#DBCCAD

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

Shades of Aths Special #DBCCAD

Tints of Aths Special #DBCCAD

Color information

#DBCCAD (or 0xDBCCAD) is unknown color: approx Aths Special. HEX triplet: DB, CC and AD. RGB value is (219,204,173). Sum of RGB (Red+Green+Blue) = 219+204+173=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCAD is #243352. Grayscale: #CDCDCD. Windows color (decimal): -2372435 or 11390171. OLE color: 11390171.

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

Color convert

RGB219204173-
CMYK00.070.210.14
HSL40.43º38.98%76.86%-
HSV(B)40.43º21%85.88%-
XYZ58.3561.2648.28-
YUV204.95109.97138.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=36.74%
G=34.23%
B=29.03%

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
Decimal21920417300.070.210.1440.4338.9876.86
HexDBCCAD0715E28274d
Octal3333142550725165047115
Binary11011011110011001010110101111010111101010001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCAD; }

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

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

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

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

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

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

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

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