Color Hex Logo

#dcb25b Color Hex

#DCB25B
(220,178,91)
0 Favorites   0 Comments

Color spaces of #dcb25b

RGB 22017891
HSL0.110.650.61
HSV40°59°86°
CMYK 0.000.190.59   0.14
XYZ47.323947.811816.6319
Yxy47.81180.42340.4278
Hunter Lab69.14611.160634.1411
CIE-Lab74.70615.319449.4784

#dcb25b color RGB value is (220,178,91).

#dcb25b hex color red value is 220, green value is 178 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dcb25b hue: 0.11 , saturation: 0.65 and the lightness value of dcb25b is 0.61.

The process color (four color CMYK) of #dcb25b color hex is 0.00, 0.19, 0.59, 0.14. Web safe color of #dcb25b is #cc9966. Color #dcb25b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 01011011
Octal 334 262 133
Decimal 220 178 91
Hex DC B2 5B

RGB Percentages of Color #dcb25b

%44.99
%36.40
%18.61

CMYK Percentages of Color #dcb25b

%0
%19
%59
%14

Triadic Colors of #dcb25b

#dcb25b #5bdcb2 #b25bdc

Analogous Colors of #dcb25b

#dcb25b #c6dc5b #dc725b

Monochromatic Colors of #dcb25b

#dcb25b

Complementary Color

#dcb25b #5b85dc

#dcb25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb25b Color CSS Codes

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

#dcb25b Text Font Color

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

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


#dcb25b Background Color

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

This div background color is #dcb25b


#dcb25b Border Color

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

This div border color is #dcb25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb25b


Comments

No comments written yet.

Please login to write comment.