Shades of Tahuna Sands #DCC992
Tints of Tahuna Sands #DCC992
RGB
CMYK
RGB Variations
Color information
#DCC992 (or 0xDCC992) is known color: Tahuna Sands. HEX triplet: DC, C9 and 92. RGB value is (220,201,146). Sum of RGB (Red+Green+Blue) = 220+201+146=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC992 is #23366D. Grayscale: #C8C8C8. Windows color (decimal): -2307694 or 9619932. OLE color: 9619932.
HSL color Cylindrical-coordinate representation of color #DCC992: hue angle of 44.59º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCC992 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 146 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.14 |
| HSL | 44.59º | 0.51% | 0.72% | - |
| HSV(B) | 44.59º | 0.34% | 0.86% | - |
| XYZ | 55.59 | 59.06 | 35.66 | - |
| YUV | 200.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 146 | 0 | 0.09 | 0.34 | 0.14 | 44.59 | 0.51 | 0.72 |
| Hex | DC | C9 | 92 | 0 | 9 | 22 | E | 2D | 33 | 48 |
| Octal | 334 | 311 | 222 | 0 | 11 | 42 | 16 | 55 | 63 | 110 |
| Binary | 11011100 | 11001001 | 10010010 | 0 | 1001 | 100010 | 1110 | 101101 | 110011 | 1001000 |
Color Harmonies of #DCC992
Complementary color
Monochromatic Colors of #DCC992
Black with #DCC992
Text Example
Text Example
White with #DCC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC992; }
p { color: rgb(220,201,146); }
H1.HeaderClassName
{
color: #DCC992;
}
.AnyTagClassName
{
color: #DCC992;
}
</style>
background-color css
<style>
a { background-color: #DCC992; }
a { background-color: rgb(220,201,146); }
div.DivClassName
{
background-color: #DCC992;
}
.BgClassName
{
background-color: #DCC992;
}
</style>
border-color css
<style>
span { border-color: #DCC992; }
span { border-color: rgb(220,201,146); }
td.TdClassName
{
border-color: #DCC992;
}
.TagClassName
{
border-color: #DCC992;
}
</style>