#DBC9AD

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

Shades of Aths Special #DBC9AD

Tints of Aths Special #DBC9AD

Color information

#DBC9AD (or 0xDBC9AD) is unknown color: approx Aths Special. HEX triplet: DB, C9 and AD. RGB value is (219,201,173). Sum of RGB (Red+Green+Blue) = 219+201+173=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC9AD is #243652. Grayscale: #CBCBCB. Windows color (decimal): -2373203 or 11389403. OLE color: 11389403.

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

Color convert

RGB219201173-
CMYK00.080.210.14
HSL36.52º38.98%76.86%-
HSV(B)36.52º21%85.88%-
XYZ57.6459.8548.05-
YUV203.19110.96139.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=36.93%
G=33.90%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920117300.080.210.1436.5238.9876.86
HexDBC9AD0815E25274d
Octal33331125501025164547115
Binary110110111100100110101101010001010111101001011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC9AD; }

 p { color: rgb(219,201,173); }

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

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

 a { background-color: rgb(219,201,173); }

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

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

 span { border-color: rgb(219,201,173); }

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