#D4CCAD

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

Shades of Parchment #D4CCAD

Tints of Parchment #D4CCAD

Color information

#D4CCAD (or 0xD4CCAD) is unknown color: approx Parchment. HEX triplet: D4, CC and AD. RGB value is (212,204,173). Sum of RGB (Red+Green+Blue) = 212+204+173=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CCAD is #2B3352. Grayscale: #CACACA. Windows color (decimal): -2831187 or 11390164. OLE color: 11390164.

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

Color convert

RGB212204173-
CMYK00.040.180.17
HSL47.69º31.2%75.49%-
HSV(B)47.69º18.4%83.14%-
XYZ56.2960.248.19-
YUV202.86111.15134.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=35.99%
G=34.63%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220417300.040.180.1747.6931.275.49
HexD4CCAD041211301f4b
Octal3243142550422216037113
Binary11010100110011001010110101001001010001110000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCAD; }

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

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

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

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

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

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

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

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