Color Hex Logo

#dbc398 Color Hex

#DBC398
(219,195,152)
0 Favorites   0 Comments

Color spaces of #dbc398

RGB 219195152
HSL0.110.480.73
HSV39°31°86°
CMYK 0.000.110.31   0.14
XYZ54.396056.357337.7168
Yxy56.35730.36640.3796
Hunter Lab75.0715-2.035922.7621
CIE-Lab79.81672.122424.7405

#dbc398 color RGB value is (219,195,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10011000
Octal 333 303 230
Decimal 219 195 152
Hex DB C3 98

RGB Percentages of Color #dbc398

%38.69
%34.45
%26.86

CMYK Percentages of Color #dbc398

%0
%11
%31
%14

Triadic Colors of #dbc398

#dbc398 #98dbc3 #c398db

Analogous Colors of #dbc398

#dbc398 #d2db98 #dba298

Monochromatic Colors of #dbc398

#dbc398

Complementary Color

#dbc398 #98b0db

#dbc398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc398 Color CSS Codes

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

#dbc398 Text Font Color

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

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


#dbc398 Background Color

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

This div background color is #dbc398


#dbc398 Border Color

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

This div border color is #dbc398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc398


Comments

No comments written yet.

Please login to write comment.