Shades of Tusk #DCE9B3
Tints of Tusk #DCE9B3
RGB
CMYK
RGB Variations
Color information
#DCE9B3 (or 0xDCE9B3) is known color: Tusk. HEX triplet: DC, E9 and B3. RGB value is (220,233,179). Sum of RGB (Red+Green+Blue) = 220+233+179=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9B3 is #23164C. Grayscale: #DFDFDF. Windows color (decimal): -2299469 or 11790812. OLE color: 11790812.
HSL color Cylindrical-coordinate representation of color #DCE9B3: hue angle of 74.44º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCE9B3 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 179 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.09 |
| HSL | 74.44º | 0.55% | 0.81% | - |
| HSV(B) | 74.44º | 0.23% | 0.91% | - |
| XYZ | 66.79 | 76.75 | 53.94 | - |
| YUV | 222.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 179 | 0.06 | 0 | 0.23 | 0.09 | 74.44 | 0.55 | 0.81 |
| Hex | DC | E9 | B3 | 6 | 0 | 17 | 9 | 4A | 37 | 51 |
| Octal | 334 | 351 | 263 | 6 | 0 | 27 | 11 | 112 | 67 | 121 |
| Binary | 11011100 | 11101001 | 10110011 | 110 | 0 | 10111 | 1001 | 1001010 | 110111 | 1010001 |
Color Harmonies of #DCE9B3
Complementary color
Monochromatic Colors of #DCE9B3
Black with #DCE9B3
Text Example
Text Example
White with #DCE9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9B3; }
p { color: rgb(220,233,179); }
H1.HeaderClassName
{
color: #DCE9B3;
}
.AnyTagClassName
{
color: #DCE9B3;
}
</style>
background-color css
<style>
a { background-color: #DCE9B3; }
a { background-color: rgb(220,233,179); }
div.DivClassName
{
background-color: #DCE9B3;
}
.BgClassName
{
background-color: #DCE9B3;
}
</style>
border-color css
<style>
span { border-color: #DCE9B3; }
span { border-color: rgb(220,233,179); }
td.TdClassName
{
border-color: #DCE9B3;
}
.TagClassName
{
border-color: #DCE9B3;
}
</style>