Html Css Color HEX #D4CCAA Parchment

📋 copy color: '#D4CCAA'

red 212 ◦ green 204 ◦ blue 170

#D4CCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parchment #D4CCAA

Tints of Parchment #D4CCAA

RGB

 RED value IS 212 (83.2% from 255) = 36.18%

 GREEN value IS 204 (80.08% from 255) = 34.81%

 BLUE value IS 170 (66.8% from 255) = 29.01%

R = 36.18%
G = 34.81%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D4CCAA (or 0xD4CCAA) is known color: Parchment. HEX triplet: D4, CC and AA. RGB value is (212,204,170). Sum of RGB (Red+Green+Blue) = 212+204+170=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CCAA is #2B3355. Grayscale: #CACACA. Windows color (decimal): -2831190 or 11193556. OLE color: 11193556.

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

Color convert

RGB 212 204 170 -
CMYK 0 0.04 0.20 0.17
HSL 48.57º 0.33% 0.75% -
HSV(B) 48.57º 0.2% 0.83% -
XYZ 56 60.09 46.68 -
YUV 202.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 212 204 170 0 0.04 0.20 0.17 48.57 0.33 0.75
Hex D4 CC AA 0 4 14 11 31 21 4B
Octal 324 314 252 0 4 24 21 61 41 113
Binary 11010100 11001100 10101010 0 100 10100 10001 110001 100001 1001011

Color Harmonies of #D4CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCAA

Black with #D4CCAA

Text Example


Text Example

White with #D4CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCAA; }

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

 H1.HeaderClassName
 {
   color: #D4CCAA;
 }
 .AnyTagClassName
 {
   color: #D4CCAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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