Color Hex Logo

#dbb16c Color Hex

#DBB16C
(219,177,108)
0 Favorites   0 Comments

Color spaces of #dbb16c

RGB 219177108
HSL0.100.610.64
HSV37°51°86°
CMYK 0.000.190.51   0.14
XYZ47.642347.587120.8616
Yxy47.58710.41040.4099
Hunter Lab68.98342.557330.3582
CIE-Lab74.56386.819740.8453

#dbb16c color RGB value is (219,177,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 01101100
Octal 333 261 154
Decimal 219 177 108
Hex DB B1 6C

RGB Percentages of Color #dbb16c

%43.45
%35.12
%21.43

CMYK Percentages of Color #dbb16c

%0
%19
%51
%14

Triadic Colors of #dbb16c

#dbb16c #6cdbb1 #b16cdb

Analogous Colors of #dbb16c

#dbb16c #cedb6c #db7a6c

Monochromatic Colors of #dbb16c

#dbb16c

Complementary Color

#dbb16c #6c96db

#dbb16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb16c Color CSS Codes

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

#dbb16c Text Font Color

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

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


#dbb16c Background Color

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

This div background color is #dbb16c


#dbb16c Border Color

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

This div border color is #dbb16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb16c


Comments

No comments written yet.

Please login to write comment.