Shades of Tusk #DCE5B7
Tints of Tusk #DCE5B7
RGB
CMYK
RGB Variations
Color information
#DCE5B7 (or 0xDCE5B7) is known color: Tusk. HEX triplet: DC, E5 and B7. RGB value is (220,229,183). Sum of RGB (Red+Green+Blue) = 220+229+183=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 183 (71.88% from 255 or 28.96% from 632); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5B7 is #231A48. Grayscale: #DDDDDD. Windows color (decimal): -2300489 or 12051932. OLE color: 12051932.
HSL color Cylindrical-coordinate representation of color #DCE5B7: hue angle of 71.74º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCE5B7 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 183 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.10 |
| HSL | 71.74º | 0.47% | 0.81% | - |
| HSV(B) | 71.74º | 0.2% | 0.9% | - |
| XYZ | 66.08 | 74.67 | 55.73 | - |
| YUV | 221.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 183 | 0.04 | 0 | 0.20 | 0.10 | 71.74 | 0.47 | 0.81 |
| Hex | DC | E5 | B7 | 4 | 0 | 14 | A | 48 | 2F | 51 |
| Octal | 334 | 345 | 267 | 4 | 0 | 24 | 12 | 110 | 57 | 121 |
| Binary | 11011100 | 11100101 | 10110111 | 100 | 0 | 10100 | 1010 | 1001000 | 101111 | 1010001 |
Color Harmonies of #DCE5B7
Complementary color
Monochromatic Colors of #DCE5B7
Black with #DCE5B7
Text Example
Text Example
White with #DCE5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5B7; }
p { color: rgb(220,229,183); }
H1.HeaderClassName
{
color: #DCE5B7;
}
.AnyTagClassName
{
color: #DCE5B7;
}
</style>
background-color css
<style>
a { background-color: #DCE5B7; }
a { background-color: rgb(220,229,183); }
div.DivClassName
{
background-color: #DCE5B7;
}
.BgClassName
{
background-color: #DCE5B7;
}
</style>
border-color css
<style>
span { border-color: #DCE5B7; }
span { border-color: rgb(220,229,183); }
td.TdClassName
{
border-color: #DCE5B7;
}
.TagClassName
{
border-color: #DCE5B7;
}
</style>