Shades of Tusk #DDECB0
Tints of Tusk #DDECB0
RGB
CMYK
RGB Variations
Color information
#DDECB0 (or 0xDDECB0) is known color: Tusk. HEX triplet: DD, EC and B0. RGB value is (221,236,176). Sum of RGB (Red+Green+Blue) = 221+236+176=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECB0 is #22134F. Grayscale: #E0E0E0. Windows color (decimal): -2233168 or 11594973. OLE color: 11594973.
HSL color Cylindrical-coordinate representation of color #DDECB0: hue angle of 75º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDECB0 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 176 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.07 |
| HSL | 75º | 0.61% | 0.81% | - |
| HSV(B) | 75º | 0.25% | 0.93% | - |
| XYZ | 67.65 | 78.5 | 52.66 | - |
| YUV | 224.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 176 | 0.06 | 0 | 0.25 | 0.07 | 75 | 0.61 | 0.81 |
| Hex | DD | EC | B0 | 6 | 0 | 19 | 7 | 4B | 3D | 51 |
| Octal | 335 | 354 | 260 | 6 | 0 | 31 | 7 | 113 | 75 | 121 |
| Binary | 11011101 | 11101100 | 10110000 | 110 | 0 | 11001 | 111 | 1001011 | 111101 | 1010001 |
Color Harmonies of #DDECB0
Complementary color
Monochromatic Colors of #DDECB0
Black with #DDECB0
Text Example
Text Example
White with #DDECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECB0; }
p { color: rgb(221,236,176); }
H1.HeaderClassName
{
color: #DDECB0;
}
.AnyTagClassName
{
color: #DDECB0;
}
</style>
background-color css
<style>
a { background-color: #DDECB0; }
a { background-color: rgb(221,236,176); }
div.DivClassName
{
background-color: #DDECB0;
}
.BgClassName
{
background-color: #DDECB0;
}
</style>
border-color css
<style>
span { border-color: #DDECB0; }
span { border-color: rgb(221,236,176); }
td.TdClassName
{
border-color: #DDECB0;
}
.TagClassName
{
border-color: #DDECB0;
}
</style>