Shades of Tusk #DCE4B7
Tints of Tusk #DCE4B7
RGB
CMYK
RGB Variations
Color information
#DCE4B7 (or 0xDCE4B7) is known color: Tusk. HEX triplet: DC, E4 and B7. RGB value is (220,228,183). Sum of RGB (Red+Green+Blue) = 220+228+183=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 183 (71.88% from 255 or 29.00% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4B7 is #231B48. Grayscale: #DCDCDC. Windows color (decimal): -2300745 or 12051676. OLE color: 12051676.
HSL color Cylindrical-coordinate representation of color #DCE4B7: hue angle of 70.67º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCE4B7 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 183 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.11 |
| HSL | 70.67º | 0.45% | 0.81% | - |
| HSV(B) | 70.67º | 0.2% | 0.89% | - |
| XYZ | 65.81 | 74.12 | 55.64 | - |
| YUV | 220.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 183 | 0.04 | 0 | 0.20 | 0.11 | 70.67 | 0.45 | 0.81 |
| Hex | DC | E4 | B7 | 4 | 0 | 14 | B | 47 | 2D | 51 |
| Octal | 334 | 344 | 267 | 4 | 0 | 24 | 13 | 107 | 55 | 121 |
| Binary | 11011100 | 11100100 | 10110111 | 100 | 0 | 10100 | 1011 | 1000111 | 101101 | 1010001 |
Color Harmonies of #DCE4B7
Complementary color
Monochromatic Colors of #DCE4B7
Black with #DCE4B7
Text Example
Text Example
White with #DCE4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4B7; }
p { color: rgb(220,228,183); }
H1.HeaderClassName
{
color: #DCE4B7;
}
.AnyTagClassName
{
color: #DCE4B7;
}
</style>
background-color css
<style>
a { background-color: #DCE4B7; }
a { background-color: rgb(220,228,183); }
div.DivClassName
{
background-color: #DCE4B7;
}
.BgClassName
{
background-color: #DCE4B7;
}
</style>
border-color css
<style>
span { border-color: #DCE4B7; }
span { border-color: rgb(220,228,183); }
td.TdClassName
{
border-color: #DCE4B7;
}
.TagClassName
{
border-color: #DCE4B7;
}
</style>