#DDDEB6

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

Shades of Tusk #DDDEB6

Tints of Tusk #DDDEB6

Color information

#DDDEB6 (or 0xDDDEB6) is unknown color: approx Tusk. HEX triplet: DD, DE and B6. RGB value is (221,222,182). Sum of RGB (Red+Green+Blue) = 221+222+182=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEB6 is #222149. Grayscale: #D9D9D9. Windows color (decimal): -2236746 or 11984605. OLE color: 11984605.

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

Color convert

RGB221222182-
CMYK0.0000.180.13
HSL61.5º37.74%79.22%-
HSV(B)61.5º18.02%87.06%-
XYZ64.3870.9954.57-
YUV217.14108.17130.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 182 (71.48% from 255) = 29.12%
R=35.36%
G=35.52%
B=29.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221820.0000.180.1361.537.7479.22
HexDDDEB60012D3e264f
Octal3353362660022157646117
Binary110111011101111010110110001001011011111101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEB6; }

 p { color: rgb(221,222,182); }

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

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

 a { background-color: rgb(221,222,182); }

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

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

 span { border-color: rgb(221,222,182); }

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