Html Css Color HEX #DFA0A6 Pale Chestnut

📋 copy color: '#DFA0A6'

red 223 ◦ green 160 ◦ blue 166

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

Shades of Pale Chestnut #DFA0A6

Tints of Pale Chestnut #DFA0A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.24%

R = 40.62%
G = 29.14%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DFA0A6 (or 0xDFA0A6) is known color: Pale Chestnut. HEX triplet: DF, A0 and A6. RGB value is (223,160,166). Sum of RGB (Red+Green+Blue) = 223+160+166=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA0A6 is #205F59. Grayscale: #B3B3B3. Windows color (decimal): -2121562 or 10920159. OLE color: 10920159.

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

Color convert

RGB 223 160 166 -
CMYK 0 0.28 0.26 0.13
HSL 354.29º 0.5% 0.75% -
HSV(B) 354.29º 0.28% 0.87% -
XYZ 49.89 43.58 41.86 -
YUV 179.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 223 160 166 0 0.28 0.26 0.13 354.29 0.5 0.75
Hex DF A0 A6 0 1C 1A D 162 32 4B
Octal 337 240 246 0 34 32 15 542 62 113
Binary 11011111 10100000 10100110 0 11100 11010 1101 101100010 110010 1001011

Color Harmonies of #DFA0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA0A6

Black with #DFA0A6

Text Example


Text Example

White with #DFA0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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