#DBCAB0

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

Shades of Aths Special #DBCAB0

Tints of Aths Special #DBCAB0

Color information

#DBCAB0 (or 0xDBCAB0) is unknown color: approx Aths Special. HEX triplet: DB, CA and B0. RGB value is (219,202,176). Sum of RGB (Red+Green+Blue) = 219+202+176=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAB0 is #24354F. Grayscale: #CCCCCC. Windows color (decimal): -2372944 or 11586267. OLE color: 11586267.

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

Color convert

RGB219202176-
CMYK00.080.200.14
HSL36.28º37.39%77.45%-
HSV(B)36.28º19.63%85.88%-
XYZ58.1760.4449.67-
YUV204.12112.13138.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 176 (69.14% from 255) = 29.48%
R=36.68%
G=33.84%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920217600.080.200.1436.2837.3977.45
HexDBCAB00814E24254d
Octal33331226001024164445115
Binary110110111100101010110000010001010011101001001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAB0; }

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

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

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

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

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

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

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

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