color codes Logo

#dfb73f color codes

#DFB73F
(223,183,63)
0 Favorites   0 Comments

Color spaces of #dfb73f

RGB 22318363
HSL0.130.710.56
HSV45°72°87°
CMYK 0.000.180.72   0.13
XYZ48.262149.913811.7933
Yxy49.91380.43890.4539
Hunter Lab70.6497-1.700439.5577
CIE-Lab76.01632.273563.3132

#dfb73f color RGB value is (223,183,63).

#dfb73f hex color red value is 223, green value is 183 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dfb73f hue: 0.13 , saturation: 0.71 and the lightness value of dfb73f is 0.56.

The process color (four color CMYK) of #dfb73f color code is 0.00, 0.18, 0.72, 0.13. Web safe color of #dfb73f is #cccc33. Color #dfb73f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 00111111
Octal 337 267 77
Decimal 223 183 63
Hex DF B7 3F

RGB Percentages of Color #dfb73f

%47.55
%39.02
%13.43

CMYK Percentages of Color #dfb73f

%0
%18
%72
%13

Triadic Colors of #dfb73f

#dfb73f #3fdfb7 #b73fdf

Analogous Colors of #dfb73f

#dfb73f #b7df3f #df673f

Monochromatic Colors of #dfb73f

#dfb73f

Complementary Color

#dfb73f #3f67df

#dfb73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb73f Color CSS Codes

.mybgcolor {background-color:#dfb73f; } 
.myforecolor {color:#dfb73f; }
.mybordercolor {border:3px solid #dfb73f; }

#dfb73f Text Font Color

<p style="color:#dfb73f">Text here</p>

This sample text font color is #dfb73f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfb73f Background Color

<div style="background-color:#dfb73f">
Div content here</div>

This div background color is #dfb73f


#dfb73f Border Color

<div style="border:3px solid #dfb73f">
Div here</div>

This div border color is #dfb73f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,183,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfb73f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfb73f;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb73f;
  box-shadow:         1px 1px 3px 2px #dfb73f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,183,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfb73f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb73f;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb73f;
  box-shadow:         1px 1px 3px 2px #dfb73f;">
Div content here</div>

This div box has shadow with color #dfb73f


Comments

No comments written yet.

Please login to write comment.