Color Hex Logo

#dbc397 Color Hex

#DBC397
(219,195,151)
0 Favorites   0 Comments

Color spaces of #dbc397

RGB 219195151
HSL0.110.490.73
HSV39°31°86°
CMYK 0.000.110.31   0.14
XYZ54.314456.324637.2872
Yxy56.32460.36720.3808
Hunter Lab75.0497-2.154423.0776
CIE-Lab79.79821.994625.2439

#dbc397 color RGB value is (219,195,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10010111
Octal 333 303 227
Decimal 219 195 151
Hex DB C3 97

RGB Percentages of Color #dbc397

%38.76
%34.51
%26.73

CMYK Percentages of Color #dbc397

%0
%11
%31
%14

Triadic Colors of #dbc397

#dbc397 #97dbc3 #c397db

Analogous Colors of #dbc397

#dbc397 #d1db97 #dba197

Monochromatic Colors of #dbc397

#dbc397

Complementary Color

#dbc397 #97afdb

#dbc397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc397 Color CSS Codes

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

#dbc397 Text Font Color

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

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


#dbc397 Background Color

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

This div background color is #dbc397


#dbc397 Border Color

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

This div border color is #dbc397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc397


Comments

No comments written yet.

Please login to write comment.