Color Hex Logo

#dbb06d Color Hex

#DBB06D
(219,176,109)
0 Favorites   0 Comments

Color spaces of #dbb06d

RGB 219176109
HSL0.100.600.64
HSV37°50°86°
CMYK 0.000.200.50   0.14
XYZ47.499147.214921.0779
Yxy47.21490.41020.4078
Hunter Lab68.71313.143229.9118
CIE-Lab74.32707.441740.0400

#dbb06d color RGB value is (219,176,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 01101101
Octal 333 260 155
Decimal 219 176 109
Hex DB B0 6D

RGB Percentages of Color #dbb06d

%43.45
%34.92
%21.63

CMYK Percentages of Color #dbb06d

%0
%20
%50
%14

Triadic Colors of #dbb06d

#dbb06d #6ddbb0 #b06ddb

Analogous Colors of #dbb06d

#dbb06d #cfdb6d #db796d

Monochromatic Colors of #dbb06d

#dbb06d

Complementary Color

#dbb06d #6d98db

#dbb06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb06d Color CSS Codes

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

#dbb06d Text Font Color

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

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


#dbb06d Background Color

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

This div background color is #dbb06d


#dbb06d Border Color

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

This div border color is #dbb06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb06d


Comments

No comments written yet.

Please login to write comment.