#DDDEB7

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

Shades of Tusk #DDDEB7

Tints of Tusk #DDDEB7

Color information

#DDDEB7 (or 0xDDDEB7) is unknown color: approx Tusk. HEX triplet: DD, DE and B7. RGB value is (221,222,183). Sum of RGB (Red+Green+Blue) = 221+222+183=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEB7 is #222148. Grayscale: #D9D9D9. Windows color (decimal): -2236745 or 12050141. OLE color: 12050141.

HSL color Cylindrical-coordinate representation of color #DDDEB7: hue angle of 61.54º degrees, saturation: 0.37, 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 #DDDEB7 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221222183-
CMYK0.0000.180.13
HSL61.54º37.14%79.41%-
HSV(B)61.54º17.57%87.06%-
XYZ64.4971.0355.11-
YUV217.25108.67130.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 183 (71.88% from 255) = 29.23%
R=35.30%
G=35.46%
B=29.23%

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
Decimal2212221830.0000.180.1361.5437.1479.41
HexDDDEB70012D3e254f
Octal3353362670022157645117
Binary110111011101111010110111001001011011111101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEB7; }

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

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

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

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

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

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

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

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