#D2CAA8

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

Shades of Parchment #D2CAA8

Tints of Parchment #D2CAA8

Color information

#D2CAA8 (or 0xD2CAA8) is unknown color: approx Parchment. HEX triplet: D2, CA and A8. RGB value is (210,202,168). Sum of RGB (Red+Green+Blue) = 210+202+168=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CAA8 is #2D3557. Grayscale: #C8C8C8. Windows color (decimal): -2962776 or 11061970. OLE color: 11061970.

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

Color convert

RGB210202168-
CMYK00.040.20.18
HSL48.57º31.82%74.12%-
HSV(B)48.57º20%82.35%-
XYZ54.7758.7745.5-
YUV200.52109.65134.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 168 (66.02% from 255) = 28.97%
R=36.21%
G=34.83%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.2
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020216800.040.20.1848.5731.8274.12
HexD2CAA804141231204a
Octal3223122500424226140112
Binary110100101100101010101000010010100100101100011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAA8; }

 p { color: rgb(210,202,168); }

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

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

 a { background-color: rgb(210,202,168); }

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

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

 span { border-color: rgb(210,202,168); }

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