Color Hex Logo

#dcb35b Color Hex

#DCB35B
(220,179,91)
0 Favorites   0 Comments

Color spaces of #dcb35b

RGB 22017991
HSL0.110.650.61
HSV41°59°86°
CMYK 0.000.190.59   0.14
XYZ47.523648.211216.6985
Yxy48.21120.42270.4288
Hunter Lab69.43430.662534.3451
CIE-Lab74.95794.790449.7702

#dcb35b color RGB value is (220,179,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01011011
Octal 334 263 133
Decimal 220 179 91
Hex DC B3 5B

RGB Percentages of Color #dcb35b

%44.90
%36.53
%18.57

CMYK Percentages of Color #dcb35b

%0
%19
%59
%14

Triadic Colors of #dcb35b

#dcb35b #5bdcb3 #b35bdc

Analogous Colors of #dcb35b

#dcb35b #c5dc5b #dc735b

Monochromatic Colors of #dcb35b

#dcb35b

Complementary Color

#dcb35b #5b84dc

#dcb35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb35b Color CSS Codes

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

#dcb35b Text Font Color

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

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


#dcb35b Background Color

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

This div background color is #dcb35b


#dcb35b Border Color

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

This div border color is #dcb35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb35b


Comments

No comments written yet.

Please login to write comment.