Html Css Color HEX #DFA9AE Pale Chestnut

📋 copy color: '#DFA9AE'

red 223 ◦ green 169 ◦ blue 174

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

Shades of Pale Chestnut #DFA9AE

Tints of Pale Chestnut #DFA9AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.74%

R = 39.4%
G = 29.86%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFA9AE (or 0xDFA9AE) is known color: Pale Chestnut. HEX triplet: DF, A9 and AE. RGB value is (223,169,174). Sum of RGB (Red+Green+Blue) = 223+169+174=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA9AE is #205651. Grayscale: #B9B9B9. Windows color (decimal): -2119250 or 11446751. OLE color: 11446751.

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

Color convert

RGB 223 169 174 -
CMYK 0 0.24 0.22 0.13
HSL 354.44º 0.46% 0.77% -
HSV(B) 354.44º 0.24% 0.87% -
XYZ 52.26 47.12 46.39 -
YUV 185.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 223 169 174 0 0.24 0.22 0.13 354.44 0.46 0.77
Hex DF A9 AE 0 18 16 D 162 2E 4D
Octal 337 251 256 0 30 26 15 542 56 115
Binary 11011111 10101001 10101110 0 11000 10110 1101 101100010 101110 1001101

Color Harmonies of #DFA9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA9AE

Black with #DFA9AE

Text Example


Text Example

White with #DFA9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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