#DBA7AB

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

Shades of Pale Chestnut #DBA7AB

Tints of Pale Chestnut #DBA7AB

Color information

#DBA7AB (or 0xDBA7AB) is unknown color: approx Pale Chestnut. HEX triplet: DB, A7 and AB. RGB value is (219,167,171). Sum of RGB (Red+Green+Blue) = 219+167+171=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA7AB is #245854. Grayscale: #B7B7B7. Windows color (decimal): -2381909 or 11249627. OLE color: 11249627.

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

Color convert

RGB219167171-
CMYK00.240.220.14
HSL355.38º41.94%75.69%-
HSV(B)355.38º23.74%85.88%-
XYZ50.3845.6444.68-
YUV183121.23153.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=39.32%
G=29.98%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916717100.240.220.14355.3841.9475.69
HexDBA7AB01816E1632a4c
Octal333247253030261654352114
Binary1101101110100111101010110110001011011101011000111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7AB; }

 p { color: rgb(219,167,171); }

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

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

 a { background-color: rgb(219,167,171); }

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

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

 span { border-color: rgb(219,167,171); }

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