#DDECAD

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

Shades of Tusk #DDECAD

Tints of Tusk #DDECAD

Color information

#DDECAD (or 0xDDECAD) is unknown color: approx Tusk. HEX triplet: DD, EC and AD. RGB value is (221,236,173). Sum of RGB (Red+Green+Blue) = 221+236+173=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECAD is #221352. Grayscale: #E0E0E0. Windows color (decimal): -2233171 or 11398365. OLE color: 11398365.

HSL color Cylindrical-coordinate representation of color #DDECAD: hue angle of 74.29º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDECAD is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB221236173-
CMYK0.0600.270.07
HSL74.29º62.38%80.2%-
HSV(B)74.29º26.69%92.55%-
XYZ67.3678.3851.11-
YUV224.3399.03125.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 236 (92.58% from 255) = 37.46%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=35.08%
G=37.46%
B=27.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361730.0600.270.0774.2962.3880.2
HexDDECAD601B74a3e50
Octal3353542556033711276120
Binary11011101111011001010110111001101111110010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECAD; }

 p { color: rgb(221,236,173); }

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

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

 a { background-color: rgb(221,236,173); }

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

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

 span { border-color: rgb(221,236,173); }

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