Color Hex Logo

#dbc35b Color Hex

#DBC35B
(219,195,91)
0 Favorites   0 Comments

Color spaces of #dbc35b

RGB 21919591
HSL0.140.640.61
HSV49°58°86°
CMYK 0.000.110.58   0.14
XYZ50.616954.845617.8160
Yxy54.84560.41060.4449
Hunter Lab74.0578-7.600337.5771
CIE-Lab78.9522-3.996454.3202

#dbc35b color RGB value is (219,195,91).

#dbc35b hex color red value is 219, green value is 195 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dbc35b hue: 0.14 , saturation: 0.64 and the lightness value of dbc35b is 0.61.

The process color (four color CMYK) of #dbc35b color hex is 0.00, 0.11, 0.58, 0.14. Web safe color of #dbc35b is #cccc66. Color #dbc35b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01011011
Octal 333 303 133
Decimal 219 195 91
Hex DB C3 5B

RGB Percentages of Color #dbc35b

%43.37
%38.61
%18.02

CMYK Percentages of Color #dbc35b

%0
%11
%58
%14

Triadic Colors of #dbc35b

#dbc35b #5bdbc3 #c35bdb

Analogous Colors of #dbc35b

#dbc35b #b3db5b #db835b

Monochromatic Colors of #dbc35b

#dbc35b

Complementary Color

#dbc35b #5b73db

#dbc35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc35b Color CSS Codes

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

#dbc35b Text Font Color

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

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


#dbc35b Background Color

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

This div background color is #dbc35b


#dbc35b Border Color

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

This div border color is #dbc35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc35b


Comments

No comments written yet.

Please login to write comment.