Color Hex Logo

#dcb23b Color Hex

#DCB23B
(220,178,59)
0 Favorites   0 Comments

Color spaces of #dcb23b

RGB 22017859
HSL0.120.700.55
HSV44°73°86°
CMYK 0.000.190.73   0.14
XYZ46.225047.372210.8451
Yxy47.37220.44260.4536
Hunter Lab68.8275-0.566238.8369
CIE-Lab74.42723.429963.2002

#dcb23b color RGB value is (220,178,59).

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

The process color (four color CMYK) of #dcb23b color hex is 0.00, 0.19, 0.73, 0.14. Web safe color of #dcb23b is #cc9933. Color #dcb23b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 00111011
Octal 334 262 73
Decimal 220 178 59
Hex DC B2 3B

RGB Percentages of Color #dcb23b

%48.14
%38.95
%12.91

CMYK Percentages of Color #dcb23b

%0
%19
%73
%14

Triadic Colors of #dcb23b

#dcb23b #3bdcb2 #b23bdc

Analogous Colors of #dcb23b

#dcb23b #b6dc3b #dc623b

Monochromatic Colors of #dcb23b

#dcb23b

Complementary Color

#dcb23b #3b65dc

#dcb23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb23b Color CSS Codes

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

#dcb23b Text Font Color

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

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


#dcb23b Background Color

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

This div background color is #dcb23b


#dcb23b Border Color

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

This div border color is #dcb23b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,178,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 #dcb23b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb23b


Comments

No comments written yet.

Please login to write comment.