#DADDAF

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

Shades of Tusk #DADDAF

Tints of Tusk #DADDAF

Color information

#DADDAF (or 0xDADDAF) is unknown color: approx Tusk. HEX triplet: DA, DD and AF. RGB value is (218,221,175). Sum of RGB (Red+Green+Blue) = 218+221+175=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDAF is #252250. Grayscale: #D7D7D7. Windows color (decimal): -2433617 or 11525594. OLE color: 11525594.

HSL color Cylindrical-coordinate representation of color #DADDAF: hue angle of 63.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DADDAF is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB218221175-
CMYK0.0100.210.13
HSL63.91º40.35%77.65%-
HSV(B)63.91º20.81%86.67%-
XYZ62.5169.7150.72-
YUV214.86105.51130.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=35.50%
G=35.99%
B=28.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211750.0100.210.1363.9140.3577.65
HexDADDAF1015D40284e
Octal33233525710251510050116
Binary1101101011011101101011111010101110110000001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDAF; }

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

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

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

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

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

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

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

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