Color Hex Logo

#dbc98f Color Hex

#DBC98F
(219,201,143)
0 Favorites   0 Comments

Color spaces of #dbc98f

RGB 219201143
HSL0.130.510.71
HSV46°35°86°
CMYK 0.000.080.35   0.14
XYZ55.058058.816534.4375
Yxy58.81650.37120.3966
Hunter Lab76.6919-6.063727.0609
CIE-Lab81.1906-2.122331.3042

#dbc98f color RGB value is (219,201,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10001111
Octal 333 311 217
Decimal 219 201 143
Hex DB C9 8F

RGB Percentages of Color #dbc98f

%38.90
%35.70
%25.40

CMYK Percentages of Color #dbc98f

%0
%8
%35
%14

Triadic Colors of #dbc98f

#dbc98f #8fdbc9 #c98fdb

Analogous Colors of #dbc98f

#dbc98f #c7db8f #dba38f

Monochromatic Colors of #dbc98f

#dbc98f

Complementary Color

#dbc98f #8fa1db

#dbc98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc98f Color CSS Codes

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

#dbc98f Text Font Color

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

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


#dbc98f Background Color

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

This div background color is #dbc98f


#dbc98f Border Color

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

This div border color is #dbc98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc98f


Comments

No comments written yet.

Please login to write comment.