#DBCDAF

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

Shades of Aths Special #DBCDAF

Tints of Aths Special #DBCDAF

Color information

#DBCDAF (or 0xDBCDAF) is unknown color: approx Aths Special. HEX triplet: DB, CD and AF. RGB value is (219,205,175). Sum of RGB (Red+Green+Blue) = 219+205+175=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDAF is #243250. Grayscale: #CDCDCD. Windows color (decimal): -2372177 or 11521499. OLE color: 11521499.

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

Color convert

RGB219205175-
CMYK00.060.200.14
HSL40.91º37.93%77.25%-
HSV(B)40.91º20.09%85.88%-
XYZ58.7861.8249.39-
YUV205.77110.64137.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=36.56%
G=34.22%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920517500.060.200.1440.9137.9377.25
HexDBCDAF0614E29264d
Octal3333152570624165146115
Binary11011011110011011010111101101010011101010011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDAF; }

 p { color: rgb(219,205,175); }

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

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

 a { background-color: rgb(219,205,175); }

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

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

 span { border-color: rgb(219,205,175); }

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