#DDDFB6

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

Shades of Tusk #DDDFB6

Tints of Tusk #DDDFB6

Color information

#DDDFB6 (or 0xDDDFB6) is unknown color: approx Tusk. HEX triplet: DD, DF and B6. RGB value is (221,223,182). Sum of RGB (Red+Green+Blue) = 221+223+182=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFB6 is #222049. Grayscale: #D9D9D9. Windows color (decimal): -2236490 or 11984861. OLE color: 11984861.

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

Color convert

RGB221223182-
CMYK0.0100.180.13
HSL62.93º39.05%79.41%-
HSV(B)62.93º18.39%87.45%-
XYZ64.6571.5254.65-
YUV217.73107.84130.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 182 (71.48% from 255) = 29.07%
R=35.30%
G=35.62%
B=29.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231820.0100.180.1362.9339.0579.41
HexDDDFB61012D3f274f
Octal3353372661022157747117
Binary110111011101111110110110101001011011111111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFB6; }

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

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

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

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

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

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

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

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