Shades of Tahuna Sands #D0CF9F
Tints of Tahuna Sands #D0CF9F
RGB
CMYK
RGB Variations
Color information
#D0CF9F (or 0xD0CF9F) is known color: Tahuna Sands. HEX triplet: D0, CF and 9F. RGB value is (208,207,159). Sum of RGB (Red+Green+Blue) = 208+207+159=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CF9F is #2F3060. Grayscale: #CACACA. Windows color (decimal): -3092577 or 10473424. OLE color: 10473424.
HSL color Cylindrical-coordinate representation of color #D0CF9F: hue angle of 58.78º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0CF9F is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 159 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.18 |
| HSL | 58.78º | 0.34% | 0.72% | - |
| HSV(B) | 58.78º | 0.24% | 0.82% | - |
| XYZ | 54.58 | 60.54 | 41.61 | - |
| YUV | 201.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 159 | 0 | 0.00 | 0.24 | 0.18 | 58.78 | 0.34 | 0.72 |
| Hex | D0 | CF | 9F | 0 | 0 | 18 | 12 | 3B | 22 | 48 |
| Octal | 320 | 317 | 237 | 0 | 0 | 30 | 22 | 73 | 42 | 110 |
| Binary | 11010000 | 11001111 | 10011111 | 0 | 0 | 11000 | 10010 | 111011 | 100010 | 1001000 |
Color Harmonies of #D0CF9F
Complementary color
Monochromatic Colors of #D0CF9F
Black with #D0CF9F
Text Example
Text Example
White with #D0CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF9F; }
p { color: rgb(208,207,159); }
H1.HeaderClassName
{
color: #D0CF9F;
}
.AnyTagClassName
{
color: #D0CF9F;
}
</style>
background-color css
<style>
a { background-color: #D0CF9F; }
a { background-color: rgb(208,207,159); }
div.DivClassName
{
background-color: #D0CF9F;
}
.BgClassName
{
background-color: #D0CF9F;
}
</style>
border-color css
<style>
span { border-color: #D0CF9F; }
span { border-color: rgb(208,207,159); }
td.TdClassName
{
border-color: #D0CF9F;
}
.TagClassName
{
border-color: #D0CF9F;
}
</style>