#DBA6AE

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

Shades of Pale Chestnut #DBA6AE

Tints of Pale Chestnut #DBA6AE

Color information

#DBA6AE (or 0xDBA6AE) is unknown color: approx Pale Chestnut. HEX triplet: DB, A6 and AE. RGB value is (219,166,174). Sum of RGB (Red+Green+Blue) = 219+166+174=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6AE is #245951. Grayscale: #B6B6B6. Windows color (decimal): -2382162 or 11445979. OLE color: 11445979.

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

Color convert

RGB219166174-
CMYK00.240.210.14
HSL350.94º42.4%75.49%-
HSV(B)350.94º24.2%85.88%-
XYZ50.4945.3946.14-
YUV182.76123.06153.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=39.18%
G=29.70%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916617400.240.210.14350.9442.475.49
HexDBA6AE01815E15f2a4b
Octal333246256030251653752113
Binary1101101110100110101011100110001010111101010111111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6AE; }

 p { color: rgb(219,166,174); }

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

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

 a { background-color: rgb(219,166,174); }

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

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

 span { border-color: rgb(219,166,174); }

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