#DDDEBA

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

Shades of Tusk #DDDEBA

Tints of Tusk #DDDEBA

Color information

#DDDEBA (or 0xDDDEBA) is unknown color: approx Tusk. HEX triplet: DD, DE and BA. RGB value is (221,222,186). Sum of RGB (Red+Green+Blue) = 221+222+186=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEBA is #222145. Grayscale: #D9D9D9. Windows color (decimal): -2236742 or 12246749. OLE color: 12246749.

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

Color convert

RGB221222186-
CMYK0.0000.160.13
HSL61.67º35.29%80%-
HSV(B)61.67º16.22%87.06%-
XYZ64.871.1656.77-
YUV217.6110.17130.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=35.14%
G=35.29%
B=29.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221860.0000.160.1361.6735.2980
HexDDDEBA0010D3e2350
Octal3353362720020157643120
Binary110111011101111010111010001000011011111101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEBA; }

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

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

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

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

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

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

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

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