#D0CAAB

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

Shades of Parchment #D0CAAB

Tints of Parchment #D0CAAB

Color information

#D0CAAB (or 0xD0CAAB) is unknown color: approx Parchment. HEX triplet: D0, CA and AB. RGB value is (208,202,171). Sum of RGB (Red+Green+Blue) = 208+202+171=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CAAB is #2F3554. Grayscale: #C8C8C8. Windows color (decimal): -3093845 or 11258576. OLE color: 11258576.

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

Color convert

RGB208202171-
CMYK00.030.180.18
HSL50.27º28.24%74.31%-
HSV(B)50.27º17.79%81.57%-
XYZ54.4858.5946.97-
YUV200.26111.49133.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=35.80%
G=34.77%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820217100.030.180.1850.2728.2474.31
HexD0CAAB031212321c4a
Octal3203122530322226234112
Binary1101000011001010101010110111001010010110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAAB; }

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

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

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

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

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

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

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

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