Shades of Tahuna Sands #DCC99A
Tints of Tahuna Sands #DCC99A
RGB
CMYK
RGB Variations
Color information
#DCC99A (or 0xDCC99A) is known color: Tahuna Sands. HEX triplet: DC, C9 and 9A. RGB value is (220,201,154). Sum of RGB (Red+Green+Blue) = 220+201+154=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC99A is #233665. Grayscale: #C9C9C9. Windows color (decimal): -2307686 or 10144220. OLE color: 10144220.
HSL color Cylindrical-coordinate representation of color #DCC99A: hue angle of 42.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC99A is Cyan = 0, Magento = 0.09, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 154 | - |
| CMYK | 0 | 0.09 | 0.3 | 0.14 |
| HSL | 42.73º | 0.49% | 0.73% | - |
| HSV(B) | 42.73º | 0.3% | 0.86% | - |
| XYZ | 56.23 | 59.32 | 39.06 | - |
| YUV | 201.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 154 | 0 | 0.09 | 0.3 | 0.14 | 42.73 | 0.49 | 0.73 |
| Hex | DC | C9 | 9A | 0 | 9 | 1E | E | 2B | 31 | 49 |
| Octal | 334 | 311 | 232 | 0 | 11 | 36 | 16 | 53 | 61 | 111 |
| Binary | 11011100 | 11001001 | 10011010 | 0 | 1001 | 11110 | 1110 | 101011 | 110001 | 1001001 |
Color Harmonies of #DCC99A
Complementary color
Monochromatic Colors of #DCC99A
Black with #DCC99A
Text Example
Text Example
White with #DCC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC99A; }
p { color: rgb(220,201,154); }
H1.HeaderClassName
{
color: #DCC99A;
}
.AnyTagClassName
{
color: #DCC99A;
}
</style>
background-color css
<style>
a { background-color: #DCC99A; }
a { background-color: rgb(220,201,154); }
div.DivClassName
{
background-color: #DCC99A;
}
.BgClassName
{
background-color: #DCC99A;
}
</style>
border-color css
<style>
span { border-color: #DCC99A; }
span { border-color: rgb(220,201,154); }
td.TdClassName
{
border-color: #DCC99A;
}
.TagClassName
{
border-color: #DCC99A;
}
</style>