Shades of Tusk #DCE3AD
Tints of Tusk #DCE3AD
RGB
CMYK
RGB Variations
Color information
#DCE3AD (or 0xDCE3AD) is known color: Tusk. HEX triplet: DC, E3 and AD. RGB value is (220,227,173). Sum of RGB (Red+Green+Blue) = 220+227+173=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE3AD is #231C52. Grayscale: #DADADA. Windows color (decimal): -2301011 or 11396060. OLE color: 11396060.
HSL color Cylindrical-coordinate representation of color #DCE3AD: hue angle of 67.78º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCE3AD is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 173 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.11 |
| HSL | 67.78º | 0.49% | 0.78% | - |
| HSV(B) | 67.78º | 0.24% | 0.89% | - |
| XYZ | 64.53 | 73.17 | 50.26 | - |
| YUV | 218.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 173 | 0.03 | 0 | 0.24 | 0.11 | 67.78 | 0.49 | 0.78 |
| Hex | DC | E3 | AD | 3 | 0 | 18 | B | 44 | 31 | 4E |
| Octal | 334 | 343 | 255 | 3 | 0 | 30 | 13 | 104 | 61 | 116 |
| Binary | 11011100 | 11100011 | 10101101 | 11 | 0 | 11000 | 1011 | 1000100 | 110001 | 1001110 |
Color Harmonies of #DCE3AD
Complementary color
Monochromatic Colors of #DCE3AD
Black with #DCE3AD
Text Example
Text Example
White with #DCE3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3AD; }
p { color: rgb(220,227,173); }
H1.HeaderClassName
{
color: #DCE3AD;
}
.AnyTagClassName
{
color: #DCE3AD;
}
</style>
background-color css
<style>
a { background-color: #DCE3AD; }
a { background-color: rgb(220,227,173); }
div.DivClassName
{
background-color: #DCE3AD;
}
.BgClassName
{
background-color: #DCE3AD;
}
</style>
border-color css
<style>
span { border-color: #DCE3AD; }
span { border-color: rgb(220,227,173); }
td.TdClassName
{
border-color: #DCE3AD;
}
.TagClassName
{
border-color: #DCE3AD;
}
</style>