Html Css Color HEX #DFA5AF Pale Chestnut

📋 copy color: '#DFA5AF'

red 223 ◦ green 165 ◦ blue 175

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

Shades of Pale Chestnut #DFA5AF

Tints of Pale Chestnut #DFA5AF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

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

R = 39.61%
G = 29.31%
B = 31.08%

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

#DFA5AF (or 0xDFA5AF) is known color: Pale Chestnut. HEX triplet: DF, A5 and AF. RGB value is (223,165,175). Sum of RGB (Red+Green+Blue) = 223+165+175=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA5AF is #205A50. Grayscale: #B7B7B7. Windows color (decimal): -2120273 or 11511263. OLE color: 11511263.

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

Color convert

RGB 223 165 175 -
CMYK 0 0.26 0.22 0.13
HSL 349.66º 0.48% 0.76% -
HSV(B) 349.66º 0.26% 0.87% -
XYZ 51.62 45.69 46.66 -
YUV 183.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 223 165 175 0 0.26 0.22 0.13 349.66 0.48 0.76
Hex DF A5 AF 0 1A 16 D 15E 30 4C
Octal 337 245 257 0 32 26 15 536 60 114
Binary 11011111 10100101 10101111 0 11010 10110 1101 101011110 110000 1001100

Color Harmonies of #DFA5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA5AF

Black with #DFA5AF

Text Example


Text Example

White with #DFA5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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