Shades of Tahuna Sands #DCC98F
Tints of Tahuna Sands #DCC98F
RGB
CMYK
RGB Variations
Color information
#DCC98F (or 0xDCC98F) is known color: Tahuna Sands. HEX triplet: DC, C9 and 8F. RGB value is (220,201,143). Sum of RGB (Red+Green+Blue) = 220+201+143=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC98F is #233670. Grayscale: #C8C8C8. Windows color (decimal): -2307697 or 9423324. OLE color: 9423324.
HSL color Cylindrical-coordinate representation of color #DCC98F: hue angle of 45.19º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCC98F is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 143 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.14 |
| HSL | 45.19º | 0.52% | 0.71% | - |
| HSV(B) | 45.19º | 0.35% | 0.86% | - |
| XYZ | 55.36 | 58.97 | 34.45 | - |
| YUV | 200.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 143 | 0 | 0.09 | 0.35 | 0.14 | 45.19 | 0.52 | 0.71 |
| Hex | DC | C9 | 8F | 0 | 9 | 23 | E | 2D | 34 | 47 |
| Octal | 334 | 311 | 217 | 0 | 11 | 43 | 16 | 55 | 64 | 107 |
| Binary | 11011100 | 11001001 | 10001111 | 0 | 1001 | 100011 | 1110 | 101101 | 110100 | 1000111 |
Color Harmonies of #DCC98F
Complementary color
Monochromatic Colors of #DCC98F
Black with #DCC98F
Text Example
Text Example
White with #DCC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC98F; }
p { color: rgb(220,201,143); }
H1.HeaderClassName
{
color: #DCC98F;
}
.AnyTagClassName
{
color: #DCC98F;
}
</style>
background-color css
<style>
a { background-color: #DCC98F; }
a { background-color: rgb(220,201,143); }
div.DivClassName
{
background-color: #DCC98F;
}
.BgClassName
{
background-color: #DCC98F;
}
</style>
border-color css
<style>
span { border-color: #DCC98F; }
span { border-color: rgb(220,201,143); }
td.TdClassName
{
border-color: #DCC98F;
}
.TagClassName
{
border-color: #DCC98F;
}
</style>