#DDDEB5

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

Shades of Tusk #DDDEB5

Tints of Tusk #DDDEB5

Color information

#DDDEB5 (or 0xDDDEB5) is unknown color: approx Tusk. HEX triplet: DD, DE and B5. RGB value is (221,222,181). Sum of RGB (Red+Green+Blue) = 221+222+181=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEB5 is #22214A. Grayscale: #D9D9D9. Windows color (decimal): -2236747 or 11919069. OLE color: 11919069.

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

Color convert

RGB221222181-
CMYK0.0000.180.13
HSL61.46º38.32%79.02%-
HSV(B)61.46º18.47%87.06%-
XYZ64.2870.9554.02-
YUV217.03107.67130.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 181 (71.09% from 255) = 29.01%
R=35.42%
G=35.58%
B=29.01%

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
Decimal2212221810.0000.180.1361.4638.3279.02
HexDDDEB50012D3d264f
Octal3353362650022157546117
Binary110111011101111010110101001001011011111011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEB5; }

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

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

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

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

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

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

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

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