Shades of Tahuna Sands #DCC997
Tints of Tahuna Sands #DCC997
RGB
CMYK
RGB Variations
Color information
#DCC997 (or 0xDCC997) is known color: Tahuna Sands. HEX triplet: DC, C9 and 97. RGB value is (220,201,151). Sum of RGB (Red+Green+Blue) = 220+201+151=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 151 (59.38% from 255 or 26.40% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC997 is #233668. Grayscale: #C9C9C9. Windows color (decimal): -2307689 or 9947612. OLE color: 9947612.
HSL color Cylindrical-coordinate representation of color #DCC997: hue angle of 43.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCC997 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 151 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.14 |
| HSL | 43.48º | 0.5% | 0.73% | - |
| HSV(B) | 43.48º | 0.31% | 0.86% | - |
| XYZ | 55.99 | 59.22 | 37.76 | - |
| YUV | 200.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 151 | 0 | 0.09 | 0.31 | 0.14 | 43.48 | 0.5 | 0.73 |
| Hex | DC | C9 | 97 | 0 | 9 | 1F | E | 2B | 32 | 49 |
| Octal | 334 | 311 | 227 | 0 | 11 | 37 | 16 | 53 | 62 | 111 |
| Binary | 11011100 | 11001001 | 10010111 | 0 | 1001 | 11111 | 1110 | 101011 | 110010 | 1001001 |
Color Harmonies of #DCC997
Complementary color
Monochromatic Colors of #DCC997
Black with #DCC997
Text Example
Text Example
White with #DCC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC997; }
p { color: rgb(220,201,151); }
H1.HeaderClassName
{
color: #DCC997;
}
.AnyTagClassName
{
color: #DCC997;
}
</style>
background-color css
<style>
a { background-color: #DCC997; }
a { background-color: rgb(220,201,151); }
div.DivClassName
{
background-color: #DCC997;
}
.BgClassName
{
background-color: #DCC997;
}
</style>
border-color css
<style>
span { border-color: #DCC997; }
span { border-color: rgb(220,201,151); }
td.TdClassName
{
border-color: #DCC997;
}
.TagClassName
{
border-color: #DCC997;
}
</style>