#DDDFB5

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

Shades of Tusk #DDDFB5

Tints of Tusk #DDDFB5

Color information

#DDDFB5 (or 0xDDDFB5) is unknown color: approx Tusk. HEX triplet: DD, DF and B5. RGB value is (221,223,181). Sum of RGB (Red+Green+Blue) = 221+223+181=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFB5 is #22204A. Grayscale: #D9D9D9. Windows color (decimal): -2236491 or 11919325. OLE color: 11919325.

HSL color Cylindrical-coordinate representation of color #DDDFB5: hue angle of 62.86º degrees, saturation: 0.4, 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 #DDDFB5 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221223181-
CMYK0.0100.190.13
HSL62.86º39.62%79.22%-
HSV(B)62.86º18.83%87.45%-
XYZ64.5571.4854.11-
YUV217.61107.34130.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 181 (71.09% from 255) = 28.96%
R=35.36%
G=35.68%
B=28.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231810.0100.190.1362.8639.6279.22
HexDDDFB51013D3f284f
Octal3353372651023157750117
Binary110111011101111110110101101001111011111111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFB5; }

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

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

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

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

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

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

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

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