#DAAAAB

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

Shades of Pale Chestnut #DAAAAB

Tints of Pale Chestnut #DAAAAB

Color information

#DAAAAB (or 0xDAAAAB) is unknown color: approx Pale Chestnut. HEX triplet: DA, AA and AB. RGB value is (218,170,171). Sum of RGB (Red+Green+Blue) = 218+170+171=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAAB is #255554. Grayscale: #B8B8B8. Windows color (decimal): -2446677 or 11250394. OLE color: 11250394.

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

Color convert

RGB218170171-
CMYK00.220.220.15
HSL358.75º39.34%76.08%-
HSV(B)358.75º22.02%85.49%-
XYZ50.6446.644.85-
YUV184.47120.4151.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=39.00%
G=30.41%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817017100.220.220.15358.7539.3476.08
HexDAAAAB01616F167274c
Octal332252253026261754747114
Binary1101101010101010101010110101101011011111011001111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAAB; }

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

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

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

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

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

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

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

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