#DBCCA8

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

Shades of Aths Special #DBCCA8

Tints of Aths Special #DBCCA8

Color information

#DBCCA8 (or 0xDBCCA8) is unknown color: approx Aths Special. HEX triplet: DB, CC and A8. RGB value is (219,204,168). Sum of RGB (Red+Green+Blue) = 219+204+168=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCA8 is #243357. Grayscale: #CCCCCC. Windows color (decimal): -2372440 or 11062491. OLE color: 11062491.

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

Color convert

RGB219204168-
CMYK00.070.230.14
HSL42.35º41.46%75.88%-
HSV(B)42.35º23.29%85.88%-
XYZ57.8761.0745.78-
YUV204.38107.47138.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 168 (66.02% from 255) = 28.43%
R=37.06%
G=34.52%
B=28.43%

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
Decimal21920416800.070.230.1442.3541.4675.88
HexDBCCA80717E2a294c
Octal3333142500727165251114
Binary11011011110011001010100001111011111101010101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCA8; }

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

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

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

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

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

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

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

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