#DBA8AE

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

Shades of Pale Chestnut #DBA8AE

Tints of Pale Chestnut #DBA8AE

Color information

#DBA8AE (or 0xDBA8AE) is unknown color: approx Pale Chestnut. HEX triplet: DB, A8 and AE. RGB value is (219,168,174). Sum of RGB (Red+Green+Blue) = 219+168+174=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8AE is #245751. Grayscale: #B7B7B7. Windows color (decimal): -2381650 or 11446491. OLE color: 11446491.

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

Color convert

RGB219168174-
CMYK00.230.210.14
HSL352.94º41.46%75.88%-
HSV(B)352.94º23.29%85.88%-
XYZ50.8646.1246.27-
YUV183.93122.4153.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=39.04%
G=29.95%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916817400.230.210.14352.9441.4675.88
HexDBA8AE01715E161294c
Octal333250256027251654151114
Binary1101101110101000101011100101111010111101011000011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8AE; }

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

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

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

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

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

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

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

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