Color Hex Logo

#dbc38e Color Hex

#DBC38E
(219,195,142)
0 Favorites   0 Comments

Color spaces of #dbc38e

RGB 219195142
HSL0.110.520.71
HSV41°35°86°
CMYK 0.000.110.35   0.14
XYZ53.611056.043333.5830
Yxy56.04330.37430.3913
Hunter Lab74.8621-3.179425.8061
CIE-Lab79.63850.884329.7645

#dbc38e color RGB value is (219,195,142).

#dbc38e hex color red value is 219, green value is 195 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dbc38e hue: 0.11 , saturation: 0.52 and the lightness value of dbc38e is 0.71.

The process color (four color CMYK) of #dbc38e color hex is 0.00, 0.11, 0.35, 0.14. Web safe color of #dbc38e is #cccc99. Color #dbc38e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10001110
Octal 333 303 216
Decimal 219 195 142
Hex DB C3 8E

RGB Percentages of Color #dbc38e

%39.39
%35.07
%25.54

CMYK Percentages of Color #dbc38e

%0
%11
%35
%14

Triadic Colors of #dbc38e

#dbc38e #8edbc3 #c38edb

Analogous Colors of #dbc38e

#dbc38e #cddb8e #db9d8e

Monochromatic Colors of #dbc38e

#dbc38e

Complementary Color

#dbc38e #8ea6db

#dbc38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc38e Color CSS Codes

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

#dbc38e Text Font Color

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

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


#dbc38e Background Color

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

This div background color is #dbc38e


#dbc38e Border Color

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

This div border color is #dbc38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc38e


Comments

No comments written yet.

Please login to write comment.