Color Hex Logo

#dbb35e Color Hex

#DBB35E
(219,179,94)
0 Favorites   0 Comments

Color spaces of #dbb35e

RGB 21917994
HSL0.110.630.61
HSV41°57°86°
CMYK 0.000.180.57   0.14
XYZ47.353948.108417.3797
Yxy48.10840.41960.4263
Hunter Lab69.36020.485933.6958
CIE-Lab74.89324.596448.2222

#dbb35e color RGB value is (219,179,94).

#dbb35e hex color red value is 219, green value is 179 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dbb35e hue: 0.11 , saturation: 0.63 and the lightness value of dbb35e is 0.61.

The process color (four color CMYK) of #dbb35e color hex is 0.00, 0.18, 0.57, 0.14. Web safe color of #dbb35e is #cccc66. Color #dbb35e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 01011110
Octal 333 263 136
Decimal 219 179 94
Hex DB B3 5E

RGB Percentages of Color #dbb35e

%44.51
%36.38
%19.11

CMYK Percentages of Color #dbb35e

%0
%18
%57
%14

Triadic Colors of #dbb35e

#dbb35e #5edbb3 #b35edb

Analogous Colors of #dbb35e

#dbb35e #c5db5e #db755e

Monochromatic Colors of #dbb35e

#dbb35e

Complementary Color

#dbb35e #5e86db

#dbb35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb35e Color CSS Codes

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

#dbb35e Text Font Color

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

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


#dbb35e Background Color

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

This div background color is #dbb35e


#dbb35e Border Color

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

This div border color is #dbb35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb35e


Comments

No comments written yet.

Please login to write comment.