#DBCCAE

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

Shades of Aths Special #DBCCAE

Tints of Aths Special #DBCCAE

Color information

#DBCCAE (or 0xDBCCAE) is unknown color: approx Aths Special. HEX triplet: DB, CC and AE. RGB value is (219,204,174). Sum of RGB (Red+Green+Blue) = 219+204+174=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCAE is #243351. Grayscale: #CDCDCD. Windows color (decimal): -2372434 or 11455707. OLE color: 11455707.

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

Color convert

RGB219204174-
CMYK00.070.210.14
HSL40º38.46%77.06%-
HSV(B)40º20.55%85.88%-
XYZ58.4561.348.8-
YUV205.06110.47137.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 174 (68.36% from 255) = 29.15%
R=36.68%
G=34.17%
B=29.15%

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
Decimal21920417400.070.210.144038.4677.06
HexDBCCAE0715E28264d
Octal3333142560725165046115
Binary11011011110011001010111001111010111101010001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCAE; }

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

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

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

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

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

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

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

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