Html Css Color HEX #DFA6AE Pale Chestnut

📋 copy color: '#DFA6AE'

red 223 ◦ green 166 ◦ blue 174

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

Shades of Pale Chestnut #DFA6AE

Tints of Pale Chestnut #DFA6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.48%

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

R = 39.61%
G = 29.48%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFA6AE (or 0xDFA6AE) is known color: Pale Chestnut. HEX triplet: DF, A6 and AE. RGB value is (223,166,174). Sum of RGB (Red+Green+Blue) = 223+166+174=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA6AE is #205951. Grayscale: #B7B7B7. Windows color (decimal): -2120018 or 11445983. OLE color: 11445983.

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

Color convert

RGB 223 166 174 -
CMYK 0 0.26 0.22 0.13
HSL 351.58º 0.47% 0.76% -
HSV(B) 351.58º 0.26% 0.87% -
XYZ 51.71 46.02 46.2 -
YUV 183.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 223 166 174 0 0.26 0.22 0.13 351.58 0.47 0.76
Hex DF A6 AE 0 1A 16 D 160 2F 4C
Octal 337 246 256 0 32 26 15 540 57 114
Binary 11011111 10100110 10101110 0 11010 10110 1101 101100000 101111 1001100

Color Harmonies of #DFA6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA6AE

Black with #DFA6AE

Text Example


Text Example

White with #DFA6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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