Color Hex Logo

#dbb16d Color Hex

#DBB16D
(219,177,109)
0 Favorites   0 Comments

Color spaces of #dbb16d

RGB 219177109
HSL0.100.600.64
HSV37°50°86°
CMYK 0.000.190.50   0.14
XYZ47.695947.608521.1435
Yxy47.60850.40960.4088
Hunter Lab68.99892.641130.1309
CIE-Lab74.57736.910140.3517

#dbb16d color RGB value is (219,177,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 01101101
Octal 333 261 155
Decimal 219 177 109
Hex DB B1 6D

RGB Percentages of Color #dbb16d

%43.37
%35.05
%21.58

CMYK Percentages of Color #dbb16d

%0
%19
%50
%14

Triadic Colors of #dbb16d

#dbb16d #6ddbb1 #b16ddb

Analogous Colors of #dbb16d

#dbb16d #cedb6d #db7a6d

Monochromatic Colors of #dbb16d

#dbb16d

Complementary Color

#dbb16d #6d97db

#dbb16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb16d Color CSS Codes

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

#dbb16d Text Font Color

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

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


#dbb16d Background Color

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

This div background color is #dbb16d


#dbb16d Border Color

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

This div border color is #dbb16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb16d


Comments

No comments written yet.

Please login to write comment.