#DFACAD

Color #DFACAD Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #DFACAD

Tints of Pale Chestnut #DFACAD

Color information

#DFACAD (or 0xDFACAD) is unknown color: approx Pale Chestnut. HEX triplet: DF, AC and AD. RGB value is (223,172,173). Sum of RGB (Red+Green+Blue) = 223+172+173=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACAD is #205352. Grayscale: #BBBBBB. Windows color (decimal): -2118483 or 11381983. OLE color: 11381983.

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

Color convert

RGB223172173-
CMYK00.230.220.13
HSL358.82º44.35%77.45%-
HSV(B)358.82º22.87%87.45%-
XYZ52.7348.2146.06-
YUV187.36119.9153.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=39.26%
G=30.28%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317217300.230.220.13358.8244.3577.45
HexDFACAD01716D1672c4d
Octal337254255027261554754115
Binary1101111110101100101011010101111011011011011001111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACAD; }

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

 H1.HeaderClassName
 {
   color: #DFACAD;
 }
 .AnyTagClassName
 {
   color: #DFACAD;
 }
</style>
background-color css

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

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

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

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

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

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