#D0CAB7

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

Shades of Parchment #D0CAB7

Tints of Parchment #D0CAB7

Color information

#D0CAB7 (or 0xD0CAB7) is unknown color: approx Parchment. HEX triplet: D0, CA and B7. RGB value is (208,202,183). Sum of RGB (Red+Green+Blue) = 208+202+183=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAB7 is #2F3548. Grayscale: #C9C9C9. Windows color (decimal): -3093833 or 12045008. OLE color: 12045008.

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

Color convert

RGB208202183-
CMYK00.030.120.18
HSL45.6º21.01%76.67%-
HSV(B)45.6º12.02%81.57%-
XYZ55.6859.0753.27-
YUV201.63117.49132.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 183 (71.88% from 255) = 30.86%
R=35.08%
G=34.06%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820218300.030.120.1845.621.0176.67
HexD0CAB703C122e154d
Octal3203122670314225625115
Binary110100001100101010110111011110010010101110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAB7; }

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

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

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

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

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

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

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

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