Color Hex Logo

#dbc399 Color Hex

#DBC399
(219,195,153)
0 Favorites   0 Comments

Color spaces of #dbc399

RGB 219195153
HSL0.110.480.73
HSV38°30°86°
CMYK 0.000.110.30   0.14
XYZ54.478356.390238.1501
Yxy56.39020.36560.3784
Hunter Lab75.0934-1.916422.4440
CIE-Lab79.83542.251324.2368

#dbc399 color RGB value is (219,195,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10011001
Octal 333 303 231
Decimal 219 195 153
Hex DB C3 99

RGB Percentages of Color #dbc399

%38.62
%34.39
%26.98

CMYK Percentages of Color #dbc399

%0
%11
%30
%14

Triadic Colors of #dbc399

#dbc399 #99dbc3 #c399db

Analogous Colors of #dbc399

#dbc399 #d2db99 #dba299

Monochromatic Colors of #dbc399

#dbc399

Complementary Color

#dbc399 #99b1db

#dbc399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc399 Color CSS Codes

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

#dbc399 Text Font Color

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

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


#dbc399 Background Color

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

This div background color is #dbc399


#dbc399 Border Color

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

This div border color is #dbc399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc399


Comments

No comments written yet.

Please login to write comment.