Html Css Color HEX #DFA0A3 Pale Chestnut

📋 copy color: '#DFA0A3'

red 223 ◦ green 160 ◦ blue 163

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

Shades of Pale Chestnut #DFA0A3

Tints of Pale Chestnut #DFA0A3

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.3%

 BLUE value IS 163 (64.06% from 255) = 29.85%

R = 40.84%
G = 29.3%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DFA0A3 (or 0xDFA0A3) is known color: Pale Chestnut. HEX triplet: DF, A0 and A3. RGB value is (223,160,163). Sum of RGB (Red+Green+Blue) = 223+160+163=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA0A3 is #205F5C. Grayscale: #B3B3B3. Windows color (decimal): -2121565 or 10723551. OLE color: 10723551.

HSL color Cylindrical-coordinate representation of color #DFA0A3: hue angle of 357.14º degrees, saturation: 0.5, 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 #DFA0A3 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 160 163 -
CMYK 0 0.28 0.27 0.13
HSL 357.14º 0.5% 0.75% -
HSV(B) 357.14º 0.28% 0.87% -
XYZ 49.61 43.47 40.43 -
YUV 179.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 223 160 163 0 0.28 0.27 0.13 357.14 0.5 0.75
Hex DF A0 A3 0 1C 1B D 165 32 4B
Octal 337 240 243 0 34 33 15 545 62 113
Binary 11011111 10100000 10100011 0 11100 11011 1101 101100101 110010 1001011

Color Harmonies of #DFA0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA0A3

Black with #DFA0A3

Text Example


Text Example

White with #DFA0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA0A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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