#DADDB4

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

Shades of Tusk #DADDB4

Tints of Tusk #DADDB4

Color information

#DADDB4 (or 0xDADDB4) is unknown color: approx Tusk. HEX triplet: DA, DD and B4. RGB value is (218,221,180). Sum of RGB (Red+Green+Blue) = 218+221+180=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDB4 is #25224B. Grayscale: #D7D7D7. Windows color (decimal): -2433612 or 11853274. OLE color: 11853274.

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

Color convert

RGB218221180-
CMYK0.0100.190.13
HSL64.39º37.61%78.63%-
HSV(B)64.39º18.55%86.67%-
XYZ63.0169.9153.35-
YUV215.43108.01129.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 180 (70.70% from 255) = 29.08%
R=35.22%
G=35.70%
B=29.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211800.0100.190.1364.3937.6178.63
HexDADDB41013D40264f
Octal33233526410231510046117
Binary1101101011011101101101001010011110110000001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDB4; }

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

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

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

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

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

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

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

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