Shades of Tahuna Sands #D0C991
Tints of Tahuna Sands #D0C991
RGB
CMYK
RGB Variations
Color information
#D0C991 (or 0xD0C991) is known color: Tahuna Sands. HEX triplet: D0, C9 and 91. RGB value is (208,201,145). Sum of RGB (Red+Green+Blue) = 208+201+145=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C991 is #2F366E. Grayscale: #C4C4C4. Windows color (decimal): -3094127 or 9554384. OLE color: 9554384.
HSL color Cylindrical-coordinate representation of color #D0C991: hue angle of 53.33º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0C991 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 145 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.18 |
| HSL | 53.33º | 0.4% | 0.69% | - |
| HSV(B) | 53.33º | 0.3% | 0.82% | - |
| XYZ | 52.01 | 57.23 | 35.09 | - |
| YUV | 196.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 145 | 0 | 0.03 | 0.30 | 0.18 | 53.33 | 0.4 | 0.69 |
| Hex | D0 | C9 | 91 | 0 | 3 | 1E | 12 | 35 | 28 | 45 |
| Octal | 320 | 311 | 221 | 0 | 3 | 36 | 22 | 65 | 50 | 105 |
| Binary | 11010000 | 11001001 | 10010001 | 0 | 11 | 11110 | 10010 | 110101 | 101000 | 1000101 |
Color Harmonies of #D0C991
Complementary color
Monochromatic Colors of #D0C991
Black with #D0C991
Text Example
Text Example
White with #D0C991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C991; }
p { color: rgb(208,201,145); }
H1.HeaderClassName
{
color: #D0C991;
}
.AnyTagClassName
{
color: #D0C991;
}
</style>
background-color css
<style>
a { background-color: #D0C991; }
a { background-color: rgb(208,201,145); }
div.DivClassName
{
background-color: #D0C991;
}
.BgClassName
{
background-color: #D0C991;
}
</style>
border-color css
<style>
span { border-color: #D0C991; }
span { border-color: rgb(208,201,145); }
td.TdClassName
{
border-color: #D0C991;
}
.TagClassName
{
border-color: #D0C991;
}
</style>