Color Hex Logo

#dbc996 Color Hex

#DBC996
(219,201,150)
0 Favorites   0 Comments

Color spaces of #dbc996

RGB 219201150
HSL0.120.490.72
HSV44°32°86°
CMYK 0.000.080.32   0.14
XYZ55.605159.035437.3184
Yxy59.03540.36590.3885
Hunter Lab76.8345-5.280024.9871
CIE-Lab81.3111-1.265327.8133

#dbc996 color RGB value is (219,201,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10010110
Octal 333 311 226
Decimal 219 201 150
Hex DB C9 96

RGB Percentages of Color #dbc996

%38.42
%35.26
%26.32

CMYK Percentages of Color #dbc996

%0
%8
%32
%14

Triadic Colors of #dbc996

#dbc996 #96dbc9 #c996db

Analogous Colors of #dbc996

#dbc996 #cbdb96 #dba796

Monochromatic Colors of #dbc996

#dbc996

Complementary Color

#dbc996 #96a8db

#dbc996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc996 Color CSS Codes

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

#dbc996 Text Font Color

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

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


#dbc996 Background Color

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

This div background color is #dbc996


#dbc996 Border Color

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

This div border color is #dbc996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc996


Comments

No comments written yet.

Please login to write comment.