#DBA9B0

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

Shades of Pale Chestnut #DBA9B0

Tints of Pale Chestnut #DBA9B0

Color information

#DBA9B0 (or 0xDBA9B0) is unknown color: approx Pale Chestnut. HEX triplet: DB, A9 and B0. RGB value is (219,169,176). Sum of RGB (Red+Green+Blue) = 219+169+176=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA9B0 is #24564F. Grayscale: #B8B8B8. Windows color (decimal): -2381392 or 11577819. OLE color: 11577819.

HSL color Cylindrical-coordinate representation of color #DBA9B0: hue angle of 351.6º 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 #DBA9B0 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219169176-
CMYK00.230.200.14
HSL351.6º40.98%76.08%-
HSV(B)351.6º22.83%85.88%-
XYZ51.2446.5747.36-
YUV184.75123.06152.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 176 (69.14% from 255) = 31.21%
R=38.83%
G=29.96%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916917600.230.200.14351.640.9876.08
HexDBA9B001714E160294c
Octal333251260027241654051114
Binary1101101110101001101100000101111010011101011000001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9B0; }

 p { color: rgb(219,169,176); }

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

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

 a { background-color: rgb(219,169,176); }

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

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

 span { border-color: rgb(219,169,176); }

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