#DAD0AD

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

Shades of Aths Special #DAD0AD

Tints of Aths Special #DAD0AD

Color information

#DAD0AD (or 0xDAD0AD) is unknown color: approx Aths Special. HEX triplet: DA, D0 and AD. RGB value is (218,208,173). Sum of RGB (Red+Green+Blue) = 218+208+173=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD0AD is #252F52. Grayscale: #CFCFCF. Windows color (decimal): -2436947 or 11391194. OLE color: 11391194.

HSL color Cylindrical-coordinate representation of color #DAD0AD: hue angle of 46.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAD0AD is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218208173-
CMYK00.050.210.15
HSL46.67º37.82%76.67%-
HSV(B)46.67º20.64%85.49%-
XYZ59.0163.0348.59-
YUV207108.81135.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=36.39%
G=34.72%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820817300.050.210.1546.6737.8276.67
HexDAD0AD0515F2f264d
Octal3323202550525175746115
Binary11011010110100001010110101011010111111011111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0AD; }

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

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

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

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

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

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

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

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