#D4CBAE

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

Shades of Parchment #D4CBAE

Tints of Parchment #D4CBAE

Color information

#D4CBAE (or 0xD4CBAE) is unknown color: approx Parchment. HEX triplet: D4, CB and AE. RGB value is (212,203,174). Sum of RGB (Red+Green+Blue) = 212+203+174=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CBAE is #2B3451. Grayscale: #CACACA. Windows color (decimal): -2831442 or 11455444. OLE color: 11455444.

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

Color convert

RGB212203174-
CMYK00.040.180.17
HSL45.79º30.65%75.69%-
HSV(B)45.79º17.92%83.14%-
XYZ56.1559.7648.62-
YUV202.38111.98134.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=35.99%
G=34.47%
B=29.54%

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
Decimal21220317400.040.180.1745.7930.6575.69
HexD4CBAE0412112e1f4c
Octal3243132560422215637114
Binary11010100110010111010111001001001010001101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBAE; }

 p { color: rgb(212,203,174); }

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

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

 a { background-color: rgb(212,203,174); }

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

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

 span { border-color: rgb(212,203,174); }

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