#DAD0AF

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

Shades of Aths Special #DAD0AF

Tints of Aths Special #DAD0AF

Color information

#DAD0AF (or 0xDAD0AF) is unknown color: approx Aths Special. HEX triplet: DA, D0 and AF. RGB value is (218,208,175). Sum of RGB (Red+Green+Blue) = 218+208+175=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD0AF is #252F50. Grayscale: #CFCFCF. Windows color (decimal): -2436945 or 11522266. OLE color: 11522266.

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

Color convert

RGB218208175-
CMYK00.050.200.15
HSL46.05º36.75%77.06%-
HSV(B)46.05º19.72%85.49%-
XYZ59.2163.1149.62-
YUV207.23109.81135.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=36.27%
G=34.61%
B=29.12%

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
Decimal21820817500.050.200.1546.0536.7577.06
HexDAD0AF0514F2e254d
Octal3323202570524175645115
Binary11011010110100001010111101011010011111011101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0AF; }

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

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

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

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

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

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

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

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