Shades of Tusk #DCE7AC
Tints of Tusk #DCE7AC
RGB
CMYK
RGB Variations
Color information
#DCE7AC (or 0xDCE7AC) is known color: Tusk. HEX triplet: DC, E7 and AC. RGB value is (220,231,172). Sum of RGB (Red+Green+Blue) = 220+231+172=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE7AC is #231853. Grayscale: #DDDDDD. Windows color (decimal): -2299988 or 11331548. OLE color: 11331548.
HSL color Cylindrical-coordinate representation of color #DCE7AC: hue angle of 71.19º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCE7AC is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 231 | 172 | - |
CMYK | 0.05 | 0 | 0.26 | 0.09 |
HSL | 71.19º | 0.55% | 0.79% | - |
HSV(B) | 71.19º | 0.26% | 0.91% | - |
XYZ | 65.54 | 75.35 | 50.12 | - |
YUV | 220.99 | 100.36 | 127.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 231 | 172 | 0.05 | 0 | 0.26 | 0.09 | 71.19 | 0.55 | 0.79 |
Hex | DC | E7 | AC | 5 | 0 | 1A | 9 | 47 | 37 | 4F |
Octal | 334 | 347 | 254 | 5 | 0 | 32 | 11 | 107 | 67 | 117 |
Binary | 11011100 | 11100111 | 10101100 | 101 | 0 | 11010 | 1001 | 1000111 | 110111 | 1001111 |
Color Harmonies of #DCE7AC
Complementary color
Monochromatic Colors of #DCE7AC
Black with #DCE7AC
Text Example
Text Example
White with #DCE7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7AC; }
p { color: rgb(220,231,172); }
H1.HeaderClassName
{
color: #DCE7AC;
}
.AnyTagClassName
{
color: #DCE7AC;
}
</style>
background-color css
<style>
a { background-color: #DCE7AC; }
a { background-color: rgb(220,231,172); }
div.DivClassName
{
background-color: #DCE7AC;
}
.BgClassName
{
background-color: #DCE7AC;
}
</style>
border-color css
<style>
span { border-color: #DCE7AC; }
span { border-color: rgb(220,231,172); }
td.TdClassName
{
border-color: #DCE7AC;
}
.TagClassName
{
border-color: #DCE7AC;
}
</style>