#DDDEB4

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

Shades of Tusk #DDDEB4

Tints of Tusk #DDDEB4

Color information

#DDDEB4 (or 0xDDDEB4) is unknown color: approx Tusk. HEX triplet: DD, DE and B4. RGB value is (221,222,180). Sum of RGB (Red+Green+Blue) = 221+222+180=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEB4 is #22214B. Grayscale: #D9D9D9. Windows color (decimal): -2236748 or 11853533. OLE color: 11853533.

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

Color convert

RGB221222180-
CMYK0.0000.190.13
HSL61.43º38.89%78.82%-
HSV(B)61.43º18.92%87.06%-
XYZ64.1870.9153.48-
YUV216.91107.17130.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 180 (70.70% from 255) = 28.89%
R=35.47%
G=35.63%
B=28.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221800.0000.190.1361.4338.8978.82
HexDDDEB40013D3d274f
Octal3353362640023157547117
Binary110111011101111010110100001001111011111011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEB4; }

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

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

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

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

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

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

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

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