Color Hex Logo

#dbb16a Color Hex

#DBB16A
(219,177,106)
0 Favorites   0 Comments

Color spaces of #dbb16a

RGB 219177106
HSL0.100.610.64
HSV38°52°86°
CMYK 0.000.190.52   0.14
XYZ47.537147.545020.3073
Yxy47.54500.41200.4120
Hunter Lab68.95292.392930.8055
CIE-Lab74.53706.642341.8296

#dbb16a color RGB value is (219,177,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 01101010
Octal 333 261 152
Decimal 219 177 106
Hex DB B1 6A

RGB Percentages of Color #dbb16a

%43.63
%35.26
%21.12

CMYK Percentages of Color #dbb16a

%0
%19
%52
%14

Triadic Colors of #dbb16a

#dbb16a #6adbb1 #b16adb

Analogous Colors of #dbb16a

#dbb16a #cddb6a #db796a

Monochromatic Colors of #dbb16a

#dbb16a

Complementary Color

#dbb16a #6a94db

#dbb16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb16a Color CSS Codes

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

#dbb16a Text Font Color

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

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


#dbb16a Background Color

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

This div background color is #dbb16a


#dbb16a Border Color

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

This div border color is #dbb16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb16a


Comments

No comments written yet.

Please login to write comment.