Color Hex Logo

#dcbb4d Color Hex

#DCBB4D
(220,187,77)
0 Favorites   0 Comments

Color spaces of #dcbb4d

RGB 22018777
HSL0.130.670.58
HSV46°65°86°
CMYK 0.000.150.65   0.14
XYZ48.625151.292114.3587
Yxy51.29210.42550.4488
Hunter Lab71.6185-4.140538.2460
CIE-Lab76.8556-0.346558.2957

#dcbb4d color RGB value is (220,187,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 01001101
Octal 334 273 115
Decimal 220 187 77
Hex DC BB 4D

RGB Percentages of Color #dcbb4d

%45.45
%38.64
%15.91

CMYK Percentages of Color #dcbb4d

%0
%15
%65
%14

Triadic Colors of #dcbb4d

#dcbb4d #4ddcbb #bb4ddc

Analogous Colors of #dcbb4d

#dcbb4d #b6dc4d #dc744d

Monochromatic Colors of #dcbb4d

#dcbb4d

Complementary Color

#dcbb4d #4d6edc

#dcbb4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb4d Color CSS Codes

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

#dcbb4d Text Font Color

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

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


#dcbb4d Background Color

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

This div background color is #dcbb4d


#dcbb4d Border Color

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

This div border color is #dcbb4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb4d


Comments

No comments written yet.

Please login to write comment.