Color Hex Logo

#dcbb4f Color Hex

#DCBB4F
(220,187,79)
0 Favorites   0 Comments

Color spaces of #dcbb4f

RGB 22018779
HSL0.130.670.59
HSV46°64°86°
CMYK 0.000.150.64   0.14
XYZ48.696851.320814.7364
Yxy51.32080.42440.4472
Hunter Lab71.6385-4.030837.9507
CIE-Lab76.8729-0.224757.4407

#dcbb4f color RGB value is (220,187,79).

#dcbb4f hex color red value is 220, green value is 187 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dcbb4f hue: 0.13 , saturation: 0.67 and the lightness value of dcbb4f is 0.59.

The process color (four color CMYK) of #dcbb4f color hex is 0.00, 0.15, 0.64, 0.14. Web safe color of #dcbb4f is #cccc66. Color #dcbb4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01001111
Octal 334 273 117
Decimal 220 187 79
Hex DC BB 4F

RGB Percentages of Color #dcbb4f

%45.27
%38.48
%16.26

CMYK Percentages of Color #dcbb4f

%0
%15
%64
%14

Triadic Colors of #dcbb4f

#dcbb4f #4fdcbb #bb4fdc

Analogous Colors of #dcbb4f

#dcbb4f #b7dc4f #dc754f

Monochromatic Colors of #dcbb4f

#dcbb4f

Complementary Color

#dcbb4f #4f70dc

#dcbb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb4f Color CSS Codes

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

#dcbb4f Text Font Color

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

This sample text font color is #dcbb4f
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.


#dcbb4f Background Color

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

This div background color is #dcbb4f


#dcbb4f Border Color

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

This div border color is #dcbb4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,187,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcbb4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcbb4f;
  -webkit-box-shadow: 1px 1px 3px 2px #dcbb4f;
  box-shadow:         1px 1px 3px 2px #dcbb4f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,187,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb4f


Comments

No comments written yet.

Please login to write comment.