#DAABAC

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

Shades of Pale Chestnut #DAABAC

Tints of Pale Chestnut #DAABAC

Color information

#DAABAC (or 0xDAABAC) is unknown color: approx Pale Chestnut. HEX triplet: DA, AB and AC. RGB value is (218,171,172). Sum of RGB (Red+Green+Blue) = 218+171+172=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABAC is #255453. Grayscale: #B9B9B9. Windows color (decimal): -2446420 or 11316186. OLE color: 11316186.

HSL color Cylindrical-coordinate representation of color #DAABAC: hue angle of 358.72º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABAC is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218171172-
CMYK00.220.210.15
HSL358.72º38.84%76.27%-
HSV(B)358.72º21.56%85.49%-
XYZ50.9247.0145.42-
YUV185.17120.57151.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=38.86%
G=30.48%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817117200.220.210.15358.7238.8476.27
HexDAABAC01615F167274c
Octal332253254026251754747114
Binary1101101010101011101011000101101010111111011001111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABAC; }

 p { color: rgb(218,171,172); }

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

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

 a { background-color: rgb(218,171,172); }

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

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

 span { border-color: rgb(218,171,172); }

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