#D4CCAF

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

Shades of Parchment #D4CCAF

Tints of Parchment #D4CCAF

Color information

#D4CCAF (or 0xD4CCAF) is unknown color: approx Parchment. HEX triplet: D4, CC and AF. RGB value is (212,204,175). Sum of RGB (Red+Green+Blue) = 212+204+175=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CCAF is #2B3350. Grayscale: #CBCBCB. Windows color (decimal): -2831185 or 11521236. OLE color: 11521236.

HSL color Cylindrical-coordinate representation of color #D4CCAF: hue angle of 47.03º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4CCAF is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212204175-
CMYK00.040.170.17
HSL47.03º30.08%75.88%-
HSV(B)47.03º17.45%83.14%-
XYZ56.4860.2849.22-
YUV203.09112.15134.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=35.87%
G=34.52%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220417500.040.170.1747.0330.0875.88
HexD4CCAF0411112f1e4c
Octal3243142570421215736114
Binary11010100110011001010111101001000110001101111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCAF; }

 p { color: rgb(212,204,175); }

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

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

 a { background-color: rgb(212,204,175); }

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

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

 span { border-color: rgb(212,204,175); }

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