Color Hex Logo

#dbb26f Color Hex

#DBB26F
(219,178,111)
0 Favorites   0 Comments

Color spaces of #dbb26f

RGB 219178111
HSL0.100.600.65
HSV37°49°86°
CMYK 0.000.190.49   0.14
XYZ48.003148.048621.7832
Yxy48.04860.40740.4078
Hunter Lab69.31712.308929.8898
CIE-Lab74.85566.561939.6750

#dbb26f color RGB value is (219,178,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110010 01101111
Octal 333 262 157
Decimal 219 178 111
Hex DB B2 6F

RGB Percentages of Color #dbb26f

%43.11
%35.04
%21.85

CMYK Percentages of Color #dbb26f

%0
%19
%49
%14

Triadic Colors of #dbb26f

#dbb26f #6fdbb2 #b26fdb

Analogous Colors of #dbb26f

#dbb26f #cedb6f #db7c6f

Monochromatic Colors of #dbb26f

#dbb26f

Complementary Color

#dbb26f #6f98db

#dbb26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb26f Color CSS Codes

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

#dbb26f Text Font Color

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

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


#dbb26f Background Color

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

This div background color is #dbb26f


#dbb26f Border Color

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

This div border color is #dbb26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb26f


Comments

No comments written yet.

Please login to write comment.