Shades of Tahuna Sands #D5CF8D
Tints of Tahuna Sands #D5CF8D
RGB
CMYK
RGB Variations
Color information
#D5CF8D (or 0xD5CF8D) is known color: Tahuna Sands. HEX triplet: D5, CF and 8D. RGB value is (213,207,141). Sum of RGB (Red+Green+Blue) = 213+207+141=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF8D is #2A3072. Grayscale: #C9C9C9. Windows color (decimal): -2764915 or 9293781. OLE color: 9293781.
HSL color Cylindrical-coordinate representation of color #D5CF8D: hue angle of 55º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5CF8D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 141 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.16 |
| HSL | 55º | 0.46% | 0.69% | - |
| HSV(B) | 55º | 0.34% | 0.84% | - |
| XYZ | 54.56 | 60.69 | 34.04 | - |
| YUV | 201.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 141 | 0 | 0.03 | 0.34 | 0.16 | 55 | 0.46 | 0.69 |
| Hex | D5 | CF | 8D | 0 | 3 | 22 | 10 | 37 | 2E | 45 |
| Octal | 325 | 317 | 215 | 0 | 3 | 42 | 20 | 67 | 56 | 105 |
| Binary | 11010101 | 11001111 | 10001101 | 0 | 11 | 100010 | 10000 | 110111 | 101110 | 1000101 |
Color Harmonies of #D5CF8D
Complementary color
Monochromatic Colors of #D5CF8D
Black with #D5CF8D
Text Example
Text Example
White with #D5CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF8D; }
p { color: rgb(213,207,141); }
H1.HeaderClassName
{
color: #D5CF8D;
}
.AnyTagClassName
{
color: #D5CF8D;
}
</style>
background-color css
<style>
a { background-color: #D5CF8D; }
a { background-color: rgb(213,207,141); }
div.DivClassName
{
background-color: #D5CF8D;
}
.BgClassName
{
background-color: #D5CF8D;
}
</style>
border-color css
<style>
span { border-color: #D5CF8D; }
span { border-color: rgb(213,207,141); }
td.TdClassName
{
border-color: #D5CF8D;
}
.TagClassName
{
border-color: #D5CF8D;
}
</style>