Html Css Color HEX #DFA9AA Pale Chestnut

📋 copy color: '#DFA9AA'

red 223 ◦ green 169 ◦ blue 170

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

Shades of Pale Chestnut #DFA9AA

Tints of Pale Chestnut #DFA9AA

RGB

 RED value IS 223 (87.5% from 255) = 39.68%

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

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

R = 39.68%
G = 30.07%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DFA9AA (or 0xDFA9AA) is known color: Pale Chestnut. HEX triplet: DF, A9 and AA. RGB value is (223,169,170). Sum of RGB (Red+Green+Blue) = 223+169+170=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA9AA is #205655. Grayscale: #B9B9B9. Windows color (decimal): -2119254 or 11184607. OLE color: 11184607.

HSL color Cylindrical-coordinate representation of color #DFA9AA: hue angle of 358.89º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFA9AA is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 169 170 -
CMYK 0 0.24 0.24 0.13
HSL 358.89º 0.46% 0.77% -
HSV(B) 358.89º 0.24% 0.87% -
XYZ 51.88 46.97 44.36 -
YUV 185.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 223 169 170 0 0.24 0.24 0.13 358.89 0.46 0.77
Hex DF A9 AA 0 18 18 D 167 2E 4D
Octal 337 251 252 0 30 30 15 547 56 115
Binary 11011111 10101001 10101010 0 11000 11000 1101 101100111 101110 1001101

Color Harmonies of #DFA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA9AA

Black with #DFA9AA

Text Example


Text Example

White with #DFA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA9AA; }

 p { color: rgb(223,169,170); }

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

background-color css

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

 a { background-color: rgb(223,169,170); }

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

border-color css

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

 span { border-color: rgb(223,169,170); }

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