#D4CBAD

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

Shades of Parchment #D4CBAD

Tints of Parchment #D4CBAD

Color information

#D4CBAD (or 0xD4CBAD) is unknown color: approx Parchment. HEX triplet: D4, CB and AD. RGB value is (212,203,173). Sum of RGB (Red+Green+Blue) = 212+203+173=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CBAD is #2B3452. Grayscale: #CACACA. Windows color (decimal): -2831443 or 11389908. OLE color: 11389908.

HSL color Cylindrical-coordinate representation of color #D4CBAD: hue angle of 46.15º 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 #D4CBAD is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212203173-
CMYK00.040.180.17
HSL46.15º31.2%75.49%-
HSV(B)46.15º18.4%83.14%-
XYZ56.0559.7348.11-
YUV202.27111.48134.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=36.05%
G=34.52%
B=29.42%

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
Decimal21220317300.040.180.1746.1531.275.49
HexD4CBAD0412112e1f4b
Octal3243132550422215637113
Binary11010100110010111010110101001001010001101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBAD; }

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

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

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

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

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

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

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

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