Color Hex Logo

#dbc98e Color Hex

#DBC98E
(219,201,142)
0 Favorites   0 Comments

Color spaces of #dbc98e

RGB 219201142
HSL0.130.520.71
HSV46°35°86°
CMYK 0.000.080.35   0.14
XYZ54.982558.786434.0402
Yxy58.78640.37200.3977
Hunter Lab76.6723-6.172327.3476
CIE-Lab81.1740-2.241431.8016

#dbc98e color RGB value is (219,201,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10001110
Octal 333 311 216
Decimal 219 201 142
Hex DB C9 8E

RGB Percentages of Color #dbc98e

%38.97
%35.77
%25.27

CMYK Percentages of Color #dbc98e

%0
%8
%35
%14

Triadic Colors of #dbc98e

#dbc98e #8edbc9 #c98edb

Analogous Colors of #dbc98e

#dbc98e #c7db8e #dba38e

Monochromatic Colors of #dbc98e

#dbc98e

Complementary Color

#dbc98e #8ea0db

#dbc98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc98e Color CSS Codes

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

#dbc98e Text Font Color

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

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


#dbc98e Background Color

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

This div background color is #dbc98e


#dbc98e Border Color

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

This div border color is #dbc98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc98e


Comments

No comments written yet.

Please login to write comment.