#D4CBAA

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

Shades of Parchment #D4CBAA

Tints of Parchment #D4CBAA

Color information

#D4CBAA (or 0xD4CBAA) is unknown color: approx Parchment. HEX triplet: D4, CB and AA. RGB value is (212,203,170). Sum of RGB (Red+Green+Blue) = 212+203+170=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CBAA is #2B3455. Grayscale: #CACACA. Windows color (decimal): -2831446 or 11193300. OLE color: 11193300.

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

Color convert

RGB212203170-
CMYK00.040.200.17
HSL47.14º32.81%74.9%-
HSV(B)47.14º19.81%83.14%-
XYZ55.7659.6146.6-
YUV201.93109.98135.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=36.24%
G=34.70%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220317000.040.200.1747.1432.8174.9
HexD4CBAA0414112f214b
Octal3243132520424215741113
Binary110101001100101110101010010010100100011011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBAA; }

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

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

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

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

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

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

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

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