#D0CAAE

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

Shades of Parchment #D0CAAE

Tints of Parchment #D0CAAE

Color information

#D0CAAE (or 0xD0CAAE) is unknown color: approx Parchment. HEX triplet: D0, CA and AE. RGB value is (208,202,174). Sum of RGB (Red+Green+Blue) = 208+202+174=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CAAE is #2F3551. Grayscale: #C8C8C8. Windows color (decimal): -3093842 or 11455184. OLE color: 11455184.

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

Color convert

RGB208202174-
CMYK00.030.160.18
HSL49.41º26.56%74.9%-
HSV(B)49.41º16.35%81.57%-
XYZ54.7758.7148.49-
YUV200.6112.99133.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=35.62%
G=34.59%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820217400.030.160.1849.4126.5674.9
HexD0CAAE031012311b4b
Octal3203122560320226133113
Binary1101000011001010101011100111000010010110001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAAE; }

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

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

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

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

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

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

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

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