#DBCCAC

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

Shades of Aths Special #DBCCAC

Tints of Aths Special #DBCCAC

Color information

#DBCCAC (or 0xDBCCAC) is unknown color: approx Aths Special. HEX triplet: DB, CC and AC. RGB value is (219,204,172). Sum of RGB (Red+Green+Blue) = 219+204+172=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCAC is #243353. Grayscale: #CCCCCC. Windows color (decimal): -2372436 or 11324635. OLE color: 11324635.

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

Color convert

RGB219204172-
CMYK00.070.210.14
HSL40.85º39.5%76.67%-
HSV(B)40.85º21.46%85.88%-
XYZ58.2561.2247.78-
YUV204.84109.47138.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=36.81%
G=34.29%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920417200.070.210.1440.8539.576.67
HexDBCCAC0715E29274d
Octal3333142540725165147115
Binary11011011110011001010110001111010111101010011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCAC; }

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

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

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

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

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

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

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

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