#DADDB7

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

Shades of Tusk #DADDB7

Tints of Tusk #DADDB7

Color information

#DADDB7 (or 0xDADDB7) is unknown color: approx Tusk. HEX triplet: DA, DD and B7. RGB value is (218,221,183). Sum of RGB (Red+Green+Blue) = 218+221+183=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDB7 is #252248. Grayscale: #D7D7D7. Windows color (decimal): -2433609 or 12049882. OLE color: 12049882.

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

Color convert

RGB218221183-
CMYK0.0100.170.13
HSL64.74º35.85%79.22%-
HSV(B)64.74º17.19%86.67%-
XYZ63.3270.0454.98-
YUV215.77109.51129.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 183 (71.88% from 255) = 29.42%
R=35.05%
G=35.53%
B=29.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211830.0100.170.1364.7435.8579.22
HexDADDB71011D41244f
Octal33233526710211510144117
Binary1101101011011101101101111010001110110000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDB7; }

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

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

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

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

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

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

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

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