Html Css Color HEX #DFA6AF Pale Chestnut

📋 copy color: '#DFA6AF'

red 223 ◦ green 166 ◦ blue 175

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

Shades of Pale Chestnut #DFA6AF

Tints of Pale Chestnut #DFA6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.03%

R = 39.54%
G = 29.43%
B = 31.03%

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

#DFA6AF (or 0xDFA6AF) is known color: Pale Chestnut. HEX triplet: DF, A6 and AF. RGB value is (223,166,175). Sum of RGB (Red+Green+Blue) = 223+166+175=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA6AF is #205950. Grayscale: #B8B8B8. Windows color (decimal): -2120017 or 11511519. OLE color: 11511519.

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

Color convert

RGB 223 166 175 -
CMYK 0 0.26 0.22 0.13
HSL 350.53º 0.47% 0.76% -
HSV(B) 350.53º 0.26% 0.87% -
XYZ 51.81 46.06 46.72 -
YUV 184.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 223 166 175 0 0.26 0.22 0.13 350.53 0.47 0.76
Hex DF A6 AF 0 1A 16 D 15F 2F 4C
Octal 337 246 257 0 32 26 15 537 57 114
Binary 11011111 10100110 10101111 0 11010 10110 1101 101011111 101111 1001100

Color Harmonies of #DFA6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA6AF

Black with #DFA6AF

Text Example


Text Example

White with #DFA6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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