Html Css Color HEX #D9A9AD Pale Chestnut

📋 copy color: '#D9A9AD'

red 217 ◦ green 169 ◦ blue 173

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

Shades of Pale Chestnut #D9A9AD

Tints of Pale Chestnut #D9A9AD

RGB

 RED value IS 217 (85.16% from 255) = 38.82%

 GREEN value IS 169 (66.41% from 255) = 30.23%

 BLUE value IS 173 (67.97% from 255) = 30.95%

R = 38.82%
G = 30.23%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9A9AD (or 0xD9A9AD) is known color: Pale Chestnut. HEX triplet: D9, A9 and AD. RGB value is (217,169,173). Sum of RGB (Red+Green+Blue) = 217+169+173=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A9AD is #265652. Grayscale: #B7B7B7. Windows color (decimal): -2512467 or 11381209. OLE color: 11381209.

HSL color Cylindrical-coordinate representation of color #D9A9AD: hue angle of 355º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9A9AD is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 173 -
CMYK 0 0.22 0.20 0.15
HSL 355º 0.39% 0.76% -
HSV(B) 355º 0.22% 0.85% -
XYZ 50.35 46.14 45.79 -
YUV 183.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 217 169 173 0 0.22 0.20 0.15 355 0.39 0.76
Hex D9 A9 AD 0 16 14 F 163 27 4C
Octal 331 251 255 0 26 24 17 543 47 114
Binary 11011001 10101001 10101101 0 10110 10100 1111 101100011 100111 1001100

Color Harmonies of #D9A9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A9AD

Black with #D9A9AD

Text Example


Text Example

White with #D9A9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A9AD; }

 p { color: rgb(217,169,173); }

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

background-color css

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

 a { background-color: rgb(217,169,173); }

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

border-color css

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

 span { border-color: rgb(217,169,173); }

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