Color Hex Logo

#dbc998 Color Hex

#DBC998
(219,201,152)
0 Favorites   0 Comments

Color spaces of #dbc998

RGB 219201152
HSL0.120.480.73
HSV44°31°86°
CMYK 0.000.080.31   0.14
XYZ55.767659.100438.1740
Yxy59.10040.36440.3862
Hunter Lab76.8768-5.047724.3727
CIE-Lab81.3468-1.012226.8132

#dbc998 color RGB value is (219,201,152).

#dbc998 hex color red value is 219, green value is 201 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dbc998 hue: 0.12 , saturation: 0.48 and the lightness value of dbc998 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10011000
Octal 333 311 230
Decimal 219 201 152
Hex DB C9 98

RGB Percentages of Color #dbc998

%38.29
%35.14
%26.57

CMYK Percentages of Color #dbc998

%0
%8
%31
%14

Triadic Colors of #dbc998

#dbc998 #98dbc9 #c998db

Analogous Colors of #dbc998

#dbc998 #ccdb98 #dba898

Monochromatic Colors of #dbc998

#dbc998

Complementary Color

#dbc998 #98aadb

#dbc998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc998 Color CSS Codes

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

#dbc998 Text Font Color

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

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


#dbc998 Background Color

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

This div background color is #dbc998


#dbc998 Border Color

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

This div border color is #dbc998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc998


Comments

No comments written yet.

Please login to write comment.