Color Hex Logo

#dbc35c Color Hex

#DBC35C
(219,195,92)
0 Favorites   0 Comments

Color spaces of #dbc35c

RGB 21919592
HSL0.140.640.61
HSV49°58°86°
CMYK 0.000.110.58   0.14
XYZ50.660354.863018.0447
Yxy54.86300.41000.4440
Hunter Lab74.0696-7.535637.4046
CIE-Lab78.9623-3.923953.8714

#dbc35c color RGB value is (219,195,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01011100
Octal 333 303 134
Decimal 219 195 92
Hex DB C3 5C

RGB Percentages of Color #dbc35c

%43.28
%38.54
%18.18

CMYK Percentages of Color #dbc35c

%0
%11
%58
%14

Triadic Colors of #dbc35c

#dbc35c #5cdbc3 #c35cdb

Analogous Colors of #dbc35c

#dbc35c #b4db5c #db845c

Monochromatic Colors of #dbc35c

#dbc35c

Complementary Color

#dbc35c #5c74db

#dbc35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc35c Color CSS Codes

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

#dbc35c Text Font Color

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

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


#dbc35c Background Color

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

This div background color is #dbc35c


#dbc35c Border Color

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

This div border color is #dbc35c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,195,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc35c


Comments

No comments written yet.

Please login to write comment.