Color Hex Logo

#dbcd8c Color Hex

#DBCD8C
(219,205,140)
0 Favorites   0 Comments

Color spaces of #dbcd8c

RGB 219205140
HSL0.140.520.70
HSV49°36°86°
CMYK 0.000.060.36   0.14
XYZ55.778460.616233.5712
Yxy60.61620.37190.4042
Hunter Lab77.8564-8.366628.9340
CIE-Lab82.1720-4.542234.1485

#dbcd8c color RGB value is (219,205,140).

#dbcd8c hex color red value is 219, green value is 205 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dbcd8c hue: 0.14 , saturation: 0.52 and the lightness value of dbcd8c is 0.70.

The process color (four color CMYK) of #dbcd8c color hex is 0.00, 0.06, 0.36, 0.14. Web safe color of #dbcd8c is #cccc99. Color #dbcd8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 10001100
Octal 333 315 214
Decimal 219 205 140
Hex DB CD 8C

RGB Percentages of Color #dbcd8c

%38.83
%36.35
%24.82

CMYK Percentages of Color #dbcd8c

%0
%6
%36
%14

Triadic Colors of #dbcd8c

#dbcd8c #8cdbcd #cd8cdb

Analogous Colors of #dbcd8c

#dbcd8c #c2db8c #dba68c

Monochromatic Colors of #dbcd8c

#dbcd8c

Complementary Color

#dbcd8c #8c9adb

#dbcd8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcd8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcd8c Color CSS Codes

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

#dbcd8c Text Font Color

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

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


#dbcd8c Background Color

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

This div background color is #dbcd8c


#dbcd8c Border Color

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

This div border color is #dbcd8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcd8c


Comments

No comments written yet.

Please login to write comment.