#DDDFB1

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

Shades of Tusk #DDDFB1

Tints of Tusk #DDDFB1

Color information

#DDDFB1 (or 0xDDDFB1) is unknown color: approx Tusk. HEX triplet: DD, DF and B1. RGB value is (221,223,177). Sum of RGB (Red+Green+Blue) = 221+223+177=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFB1 is #22204E. Grayscale: #D9D9D9. Windows color (decimal): -2236495 or 11657181. OLE color: 11657181.

HSL color Cylindrical-coordinate representation of color #DDDFB1: hue angle of 62.61º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDDFB1 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221223177-
CMYK0.0100.210.13
HSL62.61º41.82%78.43%-
HSV(B)62.61º20.63%87.45%-
XYZ64.1471.3251.98-
YUV217.16105.34130.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 177 (69.53% from 255) = 28.50%
R=35.59%
G=35.91%
B=28.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231770.0100.210.1362.6141.8278.43
HexDDDFB11015D3f2a4e
Octal3353372611025157752116
Binary110111011101111110110001101010111011111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFB1; }

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

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

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

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

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

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

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

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