Color Hex Logo

#dcb43b Color Hex

#DCB43B
(220,180,59)
0 Favorites   0 Comments

Color spaces of #dcb43b

RGB 22018059
HSL0.130.700.55
HSV45°73°86°
CMYK 0.000.180.73   0.14
XYZ46.625948.173910.9787
Yxy48.17390.44080.4554
Hunter Lab69.4074-1.551839.2068
CIE-Lab74.93452.376963.6956

#dcb43b color RGB value is (220,180,59).

#dcb43b hex color red value is 220, green value is 180 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dcb43b hue: 0.13 , saturation: 0.70 and the lightness value of dcb43b is 0.55.

The process color (four color CMYK) of #dcb43b color hex is 0.00, 0.18, 0.73, 0.14. Web safe color of #dcb43b is #cccc33. Color #dcb43b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 00111011
Octal 334 264 73
Decimal 220 180 59
Hex DC B4 3B

RGB Percentages of Color #dcb43b

%47.93
%39.22
%12.85

CMYK Percentages of Color #dcb43b

%0
%18
%73
%14

Triadic Colors of #dcb43b

#dcb43b #3bdcb4 #b43bdc

Analogous Colors of #dcb43b

#dcb43b #b4dc3b #dc643b

Monochromatic Colors of #dcb43b

#dcb43b

Complementary Color

#dcb43b #3b63dc

#dcb43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb43b Color CSS Codes

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

#dcb43b Text Font Color

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

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


#dcb43b Background Color

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

This div background color is #dcb43b


#dcb43b Border Color

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

This div border color is #dcb43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb43b


Comments

No comments written yet.

Please login to write comment.