Html Css Color HEX #D5CCAA Parchment

📋 copy color: '#D5CCAA'

red 213 ◦ green 204 ◦ blue 170

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

Shades of Parchment #D5CCAA

Tints of Parchment #D5CCAA

RGB

 RED value IS 213 (83.59% from 255) = 36.29%

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

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

R = 36.29%
G = 34.75%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5CCAA (or 0xD5CCAA) is known color: Parchment. HEX triplet: D5, CC and AA. RGB value is (213,204,170). Sum of RGB (Red+Green+Blue) = 213+204+170=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CCAA is #2A3355. Grayscale: #CACACA. Windows color (decimal): -2765654 or 11193557. OLE color: 11193557.

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

Color convert

RGB 213 204 170 -
CMYK 0 0.04 0.20 0.16
HSL 47.44º 0.34% 0.75% -
HSV(B) 47.44º 0.2% 0.84% -
XYZ 56.29 60.23 46.69 -
YUV 202.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 213 204 170 0 0.04 0.20 0.16 47.44 0.34 0.75
Hex D5 CC AA 0 4 14 10 2F 22 4B
Octal 325 314 252 0 4 24 20 57 42 113
Binary 11010101 11001100 10101010 0 100 10100 10000 101111 100010 1001011

Color Harmonies of #D5CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCAA

Black with #D5CCAA

Text Example


Text Example

White with #D5CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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