#D0CAB0

Color #D0CAB0 Parchment (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parchment #D0CAB0

Tints of Parchment #D0CAB0

Color information

#D0CAB0 (or 0xD0CAB0) is unknown color: approx Parchment. HEX triplet: D0, CA and B0. RGB value is (208,202,176). Sum of RGB (Red+Green+Blue) = 208+202+176=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CAB0 is #2F354F. Grayscale: #C8C8C8. Windows color (decimal): -3093840 or 11586256. OLE color: 11586256.

HSL color Cylindrical-coordinate representation of color #D0CAB0: hue angle of 48.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CAB0 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208202176-
CMYK00.030.150.18
HSL48.75º25.4%75.29%-
HSV(B)48.75º15.38%81.57%-
XYZ54.9758.7949.52-
YUV200.83113.99133.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 176 (69.14% from 255) = 30.03%
R=35.49%
G=34.47%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820217600.030.150.1848.7525.475.29
HexD0CAB003F1231194b
Octal3203122600317226131113
Binary110100001100101010110000011111110010110001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAB0; }

 p { color: rgb(208,202,176); }

 H1.HeaderClassName
 {
   color: #D0CAB0;
 }
 .AnyTagClassName
 {
   color: #D0CAB0;
 }
</style>
background-color css

<style>
 a { background-color: #D0CAB0; }

 a { background-color: rgb(208,202,176); }

 div.DivClassName
 {
   background-color: #D0CAB0;
 }
 .BgClassName
 {
   background-color: #D0CAB0;
 }
</style>
border-color css

<style>
 span { border-color: #D0CAB0; }

 span { border-color: rgb(208,202,176); }

 td.TdClassName
 {
   border-color: #D0CAB0;
 }
 .TagClassName
 {
   border-color: #D0CAB0;
 }
</style>