Html Css Color HEX #DFA3A9 Pale Chestnut

📋 copy color: '#DFA3A9'

red 223 ◦ green 163 ◦ blue 169

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

Shades of Pale Chestnut #DFA3A9

Tints of Pale Chestnut #DFA3A9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.37%

 BLUE value IS 169 (66.41% from 255) = 30.45%

R = 40.18%
G = 29.37%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DFA3A9 (or 0xDFA3A9) is known color: Pale Chestnut. HEX triplet: DF, A3 and A9. RGB value is (223,163,169). Sum of RGB (Red+Green+Blue) = 223+163+169=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA3A9 is #205C56. Grayscale: #B5B5B5. Windows color (decimal): -2120791 or 11117535. OLE color: 11117535.

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

Color convert

RGB 223 163 169 -
CMYK 0 0.27 0.24 0.13
HSL 354º 0.48% 0.76% -
HSV(B) 354º 0.27% 0.87% -
XYZ 50.69 44.75 43.5 -
YUV 181.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 223 163 169 0 0.27 0.24 0.13 354 0.48 0.76
Hex DF A3 A9 0 1B 18 D 162 30 4C
Octal 337 243 251 0 33 30 15 542 60 114
Binary 11011111 10100011 10101001 0 11011 11000 1101 101100010 110000 1001100

Color Harmonies of #DFA3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA3A9

Black with #DFA3A9

Text Example


Text Example

White with #DFA3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA3A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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