#DBA6B0

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

Shades of Pale Chestnut #DBA6B0

Tints of Pale Chestnut #DBA6B0

Color information

#DBA6B0 (or 0xDBA6B0) is unknown color: approx Pale Chestnut. HEX triplet: DB, A6 and B0. RGB value is (219,166,176). Sum of RGB (Red+Green+Blue) = 219+166+176=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6B0 is #24594F. Grayscale: #B7B7B7. Windows color (decimal): -2382160 or 11577051. OLE color: 11577051.

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

Color convert

RGB219166176-
CMYK00.240.200.14
HSL348.68º42.4%75.49%-
HSV(B)348.68º24.2%85.88%-
XYZ50.6945.4747.18-
YUV182.99124.06153.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=39.04%
G=29.59%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916617600.240.200.14348.6842.475.49
HexDBA6B001814E15d2a4b
Octal333246260030241653552113
Binary1101101110100110101100000110001010011101010111011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6B0; }

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

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

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

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

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

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

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

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