#DADCA7

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

Shades of Tusk #DADCA7

Tints of Tusk #DADCA7

Color information

#DADCA7 (or 0xDADCA7) is unknown color: approx Tusk. HEX triplet: DA, DC and A7. RGB value is (218,220,167). Sum of RGB (Red+Green+Blue) = 218+220+167=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 167 (65.62% from 255 or 27.60% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCA7 is #252358. Grayscale: #D5D5D5. Windows color (decimal): -2433881 or 11001050. OLE color: 11001050.

HSL color Cylindrical-coordinate representation of color #DADCA7: hue angle of 62.26º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DADCA7 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB218220167-
CMYK0.0100.240.14
HSL62.26º43.09%75.88%-
HSV(B)62.26º24.09%86.27%-
XYZ61.4868.8846.61-
YUV213.36101.84131.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 167 (65.62% from 255) = 27.60%
R=36.03%
G=36.36%
B=27.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201670.0100.240.1462.2643.0975.88
HexDADCA71018E3e2b4c
Octal3323342471030167653114
Binary110110101101110010100111101100011101111101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCA7; }

 p { color: rgb(218,220,167); }

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

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

 a { background-color: rgb(218,220,167); }

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

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

 span { border-color: rgb(218,220,167); }

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