#DADCAD

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

Shades of Tusk #DADCAD

Tints of Tusk #DADCAD

Color information

#DADCAD (or 0xDADCAD) is unknown color: approx Tusk. HEX triplet: DA, DC and AD. RGB value is (218,220,173). Sum of RGB (Red+Green+Blue) = 218+220+173=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCAD is #252352. Grayscale: #D6D6D6. Windows color (decimal): -2433875 or 11394266. OLE color: 11394266.

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

Color convert

RGB218220173-
CMYK0.0100.210.14
HSL62.55º40.17%77.06%-
HSV(B)62.55º21.36%86.27%-
XYZ62.0569.1149.6-
YUV214.04104.84130.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=35.68%
G=36.01%
B=28.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201730.0100.210.1462.5540.1777.06
HexDADCAD1015E3f284d
Octal3323342551025167750115
Binary110110101101110010101101101010111101111111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCAD; }

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

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

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

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

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

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

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

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