Html Css Color HEX #DFA1AA Pale Chestnut

📋 copy color: '#DFA1AA'

red 223 ◦ green 161 ◦ blue 170

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

Shades of Pale Chestnut #DFA1AA

Tints of Pale Chestnut #DFA1AA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.06%

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

R = 40.25%
G = 29.06%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DFA1AA (or 0xDFA1AA) is known color: Pale Chestnut. HEX triplet: DF, A1 and AA. RGB value is (223,161,170). Sum of RGB (Red+Green+Blue) = 223+161+170=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA1AA is #205E55. Grayscale: #B4B4B4. Windows color (decimal): -2121302 or 11182559. OLE color: 11182559.

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

Color convert

RGB 223 161 170 -
CMYK 0 0.28 0.24 0.13
HSL 351.29º 0.49% 0.75% -
HSV(B) 351.29º 0.28% 0.87% -
XYZ 50.43 44.08 43.88 -
YUV 180.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 223 161 170 0 0.28 0.24 0.13 351.29 0.49 0.75
Hex DF A1 AA 0 1C 18 D 15F 31 4B
Octal 337 241 252 0 34 30 15 537 61 113
Binary 11011111 10100001 10101010 0 11100 11000 1101 101011111 110001 1001011

Color Harmonies of #DFA1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1AA

Black with #DFA1AA

Text Example


Text Example

White with #DFA1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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