#DCACAD

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

Shades of Pale Chestnut #DCACAD

Tints of Pale Chestnut #DCACAD

Color information

#DCACAD (or 0xDCACAD) is unknown color: approx Pale Chestnut. HEX triplet: DC, AC and AD. RGB value is (220,172,173). Sum of RGB (Red+Green+Blue) = 220+172+173=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACAD is #235352. Grayscale: #BABABA. Windows color (decimal): -2315091 or 11381980. OLE color: 11381980.

HSL color Cylindrical-coordinate representation of color #DCACAD: hue angle of 358.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACAD is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220172173-
CMYK00.220.210.14
HSL358.75º40.68%76.86%-
HSV(B)358.75º21.82%86.27%-
XYZ51.8147.7446.02-
YUV186.47120.4151.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=38.94%
G=30.44%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017217300.220.210.14358.7540.6876.86
HexDCACAD01615E167294d
Octal334254255026251654751115
Binary1101110010101100101011010101101010111101011001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACAD; }

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

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

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

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

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

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

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

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