#DAD0AE

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

Shades of Aths Special #DAD0AE

Tints of Aths Special #DAD0AE

Color information

#DAD0AE (or 0xDAD0AE) is unknown color: approx Aths Special. HEX triplet: DA, D0 and AE. RGB value is (218,208,174). Sum of RGB (Red+Green+Blue) = 218+208+174=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD0AE is #252F51. Grayscale: #CFCFCF. Windows color (decimal): -2436946 or 11456730. OLE color: 11456730.

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

Color convert

RGB218208174-
CMYK00.050.200.15
HSL46.36º37.29%76.86%-
HSV(B)46.36º20.18%85.49%-
XYZ59.1163.0749.1-
YUV207.11109.31135.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 174 (68.36% from 255) = 29%
R=36.33%
G=34.67%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820817400.050.200.1546.3637.2976.86
HexDAD0AE0514F2e254d
Octal3323202560524175645115
Binary11011010110100001010111001011010011111011101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0AE; }

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

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

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

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

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

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

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

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