#D0C9AB

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

Shades of Parchment #D0C9AB

Tints of Parchment #D0C9AB

Color information

#D0C9AB (or 0xD0C9AB) is unknown color: approx Parchment. HEX triplet: D0, C9 and AB. RGB value is (208,201,171). Sum of RGB (Red+Green+Blue) = 208+201+171=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C9AB is #2F3654. Grayscale: #C7C7C7. Windows color (decimal): -3094101 or 11258320. OLE color: 11258320.

HSL color Cylindrical-coordinate representation of color #D0C9AB: hue angle of 48.65º 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 #D0C9AB is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208201171-
CMYK00.030.180.18
HSL48.65º28.24%74.31%-
HSV(B)48.65º17.79%81.57%-
XYZ54.2558.1246.89-
YUV199.67111.82133.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 201 (78.91% from 255) = 34.66%
BLUE value IS 171 (67.19% from 255) = 29.48%
R=35.86%
G=34.66%
B=29.48%

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
Decimal20820117100.030.180.1848.6528.2474.31
HexD0C9AB031212311c4a
Octal3203112530322226134112
Binary1101000011001001101010110111001010010110001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C9AB; }

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

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

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

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

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

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

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

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