#DBCCB0

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

Shades of Aths Special #DBCCB0

Tints of Aths Special #DBCCB0

Color information

#DBCCB0 (or 0xDBCCB0) is unknown color: approx Aths Special. HEX triplet: DB, CC and B0. RGB value is (219,204,176). Sum of RGB (Red+Green+Blue) = 219+204+176=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCB0 is #24334F. Grayscale: #CDCDCD. Windows color (decimal): -2372432 or 11586779. OLE color: 11586779.

HSL color Cylindrical-coordinate representation of color #DBCCB0: hue angle of 39.07º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBCCB0 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219204176-
CMYK00.070.200.14
HSL39.07º37.39%77.45%-
HSV(B)39.07º19.63%85.88%-
XYZ58.6461.3849.83-
YUV205.29111.47137.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 176 (69.14% from 255) = 29.38%
R=36.56%
G=34.06%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920417600.070.200.1439.0737.3977.45
HexDBCCB00714E27254d
Octal3333142600724164745115
Binary11011011110011001011000001111010011101001111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCB0; }

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

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

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

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

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

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

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

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