#DBCCAA

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

Shades of Aths Special #DBCCAA

Tints of Aths Special #DBCCAA

Color information

#DBCCAA (or 0xDBCCAA) is unknown color: approx Aths Special. HEX triplet: DB, CC and AA. RGB value is (219,204,170). Sum of RGB (Red+Green+Blue) = 219+204+170=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCAA is #243355. Grayscale: #CCCCCC. Windows color (decimal): -2372438 or 11193563. OLE color: 11193563.

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

Color convert

RGB219204170-
CMYK00.070.220.14
HSL41.63º40.5%76.27%-
HSV(B)41.63º22.37%85.88%-
XYZ58.0661.1546.77-
YUV204.61108.47138.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=36.93%
G=34.40%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920417000.070.220.1441.6340.576.27
HexDBCCAA0716E2a284c
Octal3333142520726165250114
Binary11011011110011001010101001111011011101010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCAA; }

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

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

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

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

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

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

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

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