Html Css Color HEX #DFA4AF Pale Chestnut

📋 copy color: '#DFA4AF'

red 223 ◦ green 164 ◦ blue 175

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

Shades of Pale Chestnut #DFA4AF

Tints of Pale Chestnut #DFA4AF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.18%

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

R = 39.68%
G = 29.18%
B = 31.14%

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

#DFA4AF (or 0xDFA4AF) is known color: Pale Chestnut. HEX triplet: DF, A4 and AF. RGB value is (223,164,175). Sum of RGB (Red+Green+Blue) = 223+164+175=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA4AF is #205B50. Grayscale: #B6B6B6. Windows color (decimal): -2120529 or 11511007. OLE color: 11511007.

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

Color convert

RGB 223 164 175 -
CMYK 0 0.26 0.22 0.13
HSL 348.81º 0.48% 0.76% -
HSV(B) 348.81º 0.26% 0.87% -
XYZ 51.44 45.33 46.6 -
YUV 182.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 223 164 175 0 0.26 0.22 0.13 348.81 0.48 0.76
Hex DF A4 AF 0 1A 16 D 15D 30 4C
Octal 337 244 257 0 32 26 15 535 60 114
Binary 11011111 10100100 10101111 0 11010 10110 1101 101011101 110000 1001100

Color Harmonies of #DFA4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA4AF

Black with #DFA4AF

Text Example


Text Example

White with #DFA4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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