#DBCCA9

Color #DBCCA9 Aths Special (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aths Special #DBCCA9

Tints of Aths Special #DBCCA9

Color information

#DBCCA9 (or 0xDBCCA9) is unknown color: approx Aths Special. HEX triplet: DB, CC and A9. RGB value is (219,204,169). Sum of RGB (Red+Green+Blue) = 219+204+169=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 169 (66.41% from 255 or 28.55% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCA9 is #243356. Grayscale: #CCCCCC. Windows color (decimal): -2372439 or 11128027. OLE color: 11128027.

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

Color convert

RGB219204169-
CMYK00.070.230.14
HSL42º40.98%76.08%-
HSV(B)42º22.83%85.88%-
XYZ57.9761.1146.28-
YUV204.49107.97138.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 169 (66.41% from 255) = 28.55%
R=36.99%
G=34.46%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920416900.070.230.144240.9876.08
HexDBCCA90717E2a294c
Octal3333142510727165251114
Binary11011011110011001010100101111011111101010101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCA9; }

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

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

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

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

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

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

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

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