#DBD0AD

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

Shades of Aths Special #DBD0AD

Tints of Aths Special #DBD0AD

Color information

#DBD0AD (or 0xDBD0AD) is unknown color: approx Aths Special. HEX triplet: DB, D0 and AD. RGB value is (219,208,173). Sum of RGB (Red+Green+Blue) = 219+208+173=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD0AD is #242F52. Grayscale: #CFCFCF. Windows color (decimal): -2371411 or 11391195. OLE color: 11391195.

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

Color convert

RGB219208173-
CMYK00.050.210.14
HSL45.65º38.98%76.86%-
HSV(B)45.65º21%85.88%-
XYZ59.3163.1948.61-
YUV207.3108.64136.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=36.5%
G=34.67%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920817300.050.210.1445.6538.9876.86
HexDBD0AD0515E2e274d
Octal3333202550525165647115
Binary11011011110100001010110101011010111101011101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0AD; }

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

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

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

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

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

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

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

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