Html Css Color HEX #DFA3AF Pale Chestnut

📋 copy color: '#DFA3AF'

red 223 ◦ green 163 ◦ blue 175

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

Shades of Pale Chestnut #DFA3AF

Tints of Pale Chestnut #DFA3AF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.06%

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

R = 39.75%
G = 29.06%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DFA3AF (or 0xDFA3AF) is known color: Pale Chestnut. HEX triplet: DF, A3 and AF. RGB value is (223,163,175). Sum of RGB (Red+Green+Blue) = 223+163+175=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA3AF is #205C50. Grayscale: #B6B6B6. Windows color (decimal): -2120785 or 11510751. OLE color: 11510751.

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

Color convert

RGB 223 163 175 -
CMYK 0 0.27 0.22 0.13
HSL 348º 0.48% 0.76% -
HSV(B) 348º 0.27% 0.87% -
XYZ 51.27 44.98 46.54 -
YUV 182.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 223 163 175 0 0.27 0.22 0.13 348 0.48 0.76
Hex DF A3 AF 0 1B 16 D 15C 30 4C
Octal 337 243 257 0 33 26 15 534 60 114
Binary 11011111 10100011 10101111 0 11011 10110 1101 101011100 110000 1001100

Color Harmonies of #DFA3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA3AF

Black with #DFA3AF

Text Example


Text Example

White with #DFA3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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