#DADDB0

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

Shades of Tusk #DADDB0

Tints of Tusk #DADDB0

Color information

#DADDB0 (or 0xDADDB0) is unknown color: approx Tusk. HEX triplet: DA, DD and B0. RGB value is (218,221,176). Sum of RGB (Red+Green+Blue) = 218+221+176=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDB0 is #25224F. Grayscale: #D7D7D7. Windows color (decimal): -2433616 or 11591130. OLE color: 11591130.

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

Color convert

RGB218221176-
CMYK0.0100.200.13
HSL64º39.82%77.84%-
HSV(B)64º20.36%86.67%-
XYZ62.6169.7551.24-
YUV214.97106.01130.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 176 (69.14% from 255) = 28.62%
R=35.45%
G=35.93%
B=28.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211760.0100.200.136439.8277.84
HexDADDB01014D40284e
Octal33233526010241510050116
Binary1101101011011101101100001010100110110000001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDB0; }

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

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

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

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

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

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

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

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