Color Hex Logo

#dbc198 Color Hex

#DBC198
(219,193,152)
0 Favorites   0 Comments

Color spaces of #dbc198

RGB 219193152
HSL0.100.480.73
HSV37°31°86°
CMYK 0.000.120.31   0.14
XYZ53.950955.467037.5684
Yxy55.46700.36700.3774
Hunter Lab74.4762-1.027022.2254
CIE-Lab79.30953.173424.0505

#dbc198 color RGB value is (219,193,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 10011000
Octal 333 301 230
Decimal 219 193 152
Hex DB C1 98

RGB Percentages of Color #dbc198

%38.83
%34.22
%26.95

CMYK Percentages of Color #dbc198

%0
%12
%31
%14

Triadic Colors of #dbc198

#dbc198 #98dbc1 #c198db

Analogous Colors of #dbc198

#dbc198 #d4db98 #dba098

Monochromatic Colors of #dbc198

#dbc198

Complementary Color

#dbc198 #98b2db

#dbc198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc198 Color CSS Codes

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

#dbc198 Text Font Color

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

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


#dbc198 Background Color

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

This div background color is #dbc198


#dbc198 Border Color

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

This div border color is #dbc198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc198


Comments

No comments written yet.

Please login to write comment.