#DDDEB1

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

Shades of Tusk #DDDEB1

Tints of Tusk #DDDEB1

Color information

#DDDEB1 (or 0xDDDEB1) is unknown color: approx Tusk. HEX triplet: DD, DE and B1. RGB value is (221,222,177). Sum of RGB (Red+Green+Blue) = 221+222+177=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEB1 is #22214E. Grayscale: #D8D8D8. Windows color (decimal): -2236751 or 11656925. OLE color: 11656925.

HSL color Cylindrical-coordinate representation of color #DDDEB1: hue angle of 61.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDDEB1 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221222177-
CMYK0.0000.200.13
HSL61.33º40.54%78.24%-
HSV(B)61.33º20.27%87.06%-
XYZ63.8870.7951.89-
YUV216.57105.67131.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=35.65%
G=35.81%
B=28.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221770.0000.200.1361.3340.5478.24
HexDDDEB10014D3d294e
Octal3353362610024157551116
Binary110111011101111010110001001010011011111011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEB1; }

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

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

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

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

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

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

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

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