Html Css Color HEX #D9A9B1 Pale Chestnut

📋 copy color: '#D9A9B1'

red 217 ◦ green 169 ◦ blue 177

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

Shades of Pale Chestnut #D9A9B1

Tints of Pale Chestnut #D9A9B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.44%

R = 38.54%
G = 30.02%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D9A9B1 (or 0xD9A9B1) is known color: Pale Chestnut. HEX triplet: D9, A9 and B1. RGB value is (217,169,177). Sum of RGB (Red+Green+Blue) = 217+169+177=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A9B1 is #26564E. Grayscale: #B8B8B8. Windows color (decimal): -2512463 or 11643353. OLE color: 11643353.

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

Color convert

RGB 217 169 177 -
CMYK 0 0.22 0.18 0.15
HSL 350º 0.39% 0.76% -
HSV(B) 350º 0.22% 0.85% -
XYZ 50.74 46.3 47.86 -
YUV 184.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 217 169 177 0 0.22 0.18 0.15 350 0.39 0.76
Hex D9 A9 B1 0 16 12 F 15E 27 4C
Octal 331 251 261 0 26 22 17 536 47 114
Binary 11011001 10101001 10110001 0 10110 10010 1111 101011110 100111 1001100

Color Harmonies of #D9A9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A9B1

Black with #D9A9B1

Text Example


Text Example

White with #D9A9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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