#DBCBAD

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

Shades of Aths Special #DBCBAD

Tints of Aths Special #DBCBAD

Color information

#DBCBAD (or 0xDBCBAD) is unknown color: approx Aths Special. HEX triplet: DB, CB and AD. RGB value is (219,203,173). Sum of RGB (Red+Green+Blue) = 219+203+173=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBAD is #243452. Grayscale: #CCCCCC. Windows color (decimal): -2372691 or 11389915. OLE color: 11389915.

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

Color convert

RGB219203173-
CMYK00.070.210.14
HSL39.13º38.98%76.86%-
HSV(B)39.13º21%85.88%-
XYZ58.1160.7948.21-
YUV204.36110.3138.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 203 (79.69% from 255) = 34.12%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=36.81%
G=34.12%
B=29.08%

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
Decimal21920317300.070.210.1439.1338.9876.86
HexDBCBAD0715E27274d
Octal3333132550725164747115
Binary11011011110010111010110101111010111101001111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBAD; }

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

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

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

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

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

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

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

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