#DDDEB9

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

Shades of Tusk #DDDEB9

Tints of Tusk #DDDEB9

Color information

#DDDEB9 (or 0xDDDEB9) is unknown color: approx Tusk. HEX triplet: DD, DE and B9. RGB value is (221,222,185). Sum of RGB (Red+Green+Blue) = 221+222+185=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEB9 is #222146. Grayscale: #D9D9D9. Windows color (decimal): -2236743 or 12181213. OLE color: 12181213.

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

Color convert

RGB221222185-
CMYK0.0000.170.13
HSL61.62º35.92%79.8%-
HSV(B)61.62º16.67%87.06%-
XYZ64.771.1256.22-
YUV217.48109.67130.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 185 (72.66% from 255) = 29.46%
R=35.19%
G=35.35%
B=29.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221850.0000.170.1361.6235.9279.8
HexDDDEB90011D3e2450
Octal3353362710021157644120
Binary110111011101111010111001001000111011111101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEB9; }

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

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

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

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

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

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

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

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