#DBA5AA

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

Shades of Pale Chestnut #DBA5AA

Tints of Pale Chestnut #DBA5AA

Color information

#DBA5AA (or 0xDBA5AA) is unknown color: approx Pale Chestnut. HEX triplet: DB, A5 and AA. RGB value is (219,165,170). Sum of RGB (Red+Green+Blue) = 219+165+170=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA5AA is #245A55. Grayscale: #B5B5B5. Windows color (decimal): -2382422 or 11183579. OLE color: 11183579.

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

Color convert

RGB219165170-
CMYK00.250.220.14
HSL354.44º42.86%75.29%-
HSV(B)354.44º24.66%85.88%-
XYZ49.9244.8744.06-
YUV181.72121.39154.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 165 (64.84% from 255) = 29.78%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=39.53%
G=29.78%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916517000.250.220.14354.4442.8675.29
HexDBA5AA01916E1622b4b
Octal333245252031261654253113
Binary1101101110100101101010100110011011011101011000101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA5AA; }

 p { color: rgb(219,165,170); }

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

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

 a { background-color: rgb(219,165,170); }

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

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

 span { border-color: rgb(219,165,170); }

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