Html Css Color HEX #DFA1A7 Pale Chestnut

📋 copy color: '#DFA1A7'

red 223 ◦ green 161 ◦ blue 167

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

Shades of Pale Chestnut #DFA1A7

Tints of Pale Chestnut #DFA1A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.31%

R = 40.47%
G = 29.22%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DFA1A7 (or 0xDFA1A7) is known color: Pale Chestnut. HEX triplet: DF, A1 and A7. RGB value is (223,161,167). Sum of RGB (Red+Green+Blue) = 223+161+167=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA1A7 is #205E58. Grayscale: #B4B4B4. Windows color (decimal): -2121305 or 10985951. OLE color: 10985951.

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

Color convert

RGB 223 161 167 -
CMYK 0 0.28 0.25 0.13
HSL 354.19º 0.49% 0.75% -
HSV(B) 354.19º 0.28% 0.87% -
XYZ 50.15 43.97 42.4 -
YUV 180.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 223 161 167 0 0.28 0.25 0.13 354.19 0.49 0.75
Hex DF A1 A7 0 1C 19 D 162 31 4B
Octal 337 241 247 0 34 31 15 542 61 113
Binary 11011111 10100001 10100111 0 11100 11001 1101 101100010 110001 1001011

Color Harmonies of #DFA1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA1A7

Black with #DFA1A7

Text Example


Text Example

White with #DFA1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA1A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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