Html Css Color HEX #DFA6AC Pale Chestnut

📋 copy color: '#DFA6AC'

red 223 ◦ green 166 ◦ blue 172

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

Shades of Pale Chestnut #DFA6AC

Tints of Pale Chestnut #DFA6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.66%

R = 39.75%
G = 29.59%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DFA6AC (or 0xDFA6AC) is known color: Pale Chestnut. HEX triplet: DF, A6 and AC. RGB value is (223,166,172). Sum of RGB (Red+Green+Blue) = 223+166+172=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA6AC is #205953. Grayscale: #B7B7B7. Windows color (decimal): -2120020 or 11314911. OLE color: 11314911.

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

Color convert

RGB 223 166 172 -
CMYK 0 0.26 0.23 0.13
HSL 353.68º 0.47% 0.76% -
HSV(B) 353.68º 0.26% 0.87% -
XYZ 51.51 45.94 45.18 -
YUV 183.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 223 166 172 0 0.26 0.23 0.13 353.68 0.47 0.76
Hex DF A6 AC 0 1A 17 D 162 2F 4C
Octal 337 246 254 0 32 27 15 542 57 114
Binary 11011111 10100110 10101100 0 11010 10111 1101 101100010 101111 1001100

Color Harmonies of #DFA6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA6AC

Black with #DFA6AC

Text Example


Text Example

White with #DFA6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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