Color Hex Logo

#dbc16c Color Hex

#DBC16C
(219,193,108)
0 Favorites   0 Comments

Color spaces of #dbc16c

RGB 219193108
HSL0.130.610.64
HSV46°51°86°
CMYK 0.000.120.51   0.14
XYZ50.990254.282721.9775
Yxy54.28270.40070.4266
Hunter Lab73.6768-5.398233.8878
CIE-Lab78.6263-1.597545.8295

#dbc16c color RGB value is (219,193,108).

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

The process color (four color CMYK) of #dbc16c color hex is 0.00, 0.12, 0.51, 0.14. Web safe color of #dbc16c is #cccc66. Color #dbc16c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 01101100
Octal 333 301 154
Decimal 219 193 108
Hex DB C1 6C

RGB Percentages of Color #dbc16c

%42.12
%37.12
%20.77

CMYK Percentages of Color #dbc16c

%0
%12
%51
%14

Triadic Colors of #dbc16c

#dbc16c #6cdbc1 #c16cdb

Analogous Colors of #dbc16c

#dbc16c #bedb6c #db8a6c

Monochromatic Colors of #dbc16c

#dbc16c

Complementary Color

#dbc16c #6c86db

#dbc16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc16c Color CSS Codes

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

#dbc16c Text Font Color

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

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


#dbc16c Background Color

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

This div background color is #dbc16c


#dbc16c Border Color

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

This div border color is #dbc16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc16c


Comments

No comments written yet.

Please login to write comment.