Shades of Tahuna Sands #D5CF93
Tints of Tahuna Sands #D5CF93
RGB
CMYK
RGB Variations
Color information
#D5CF93 (or 0xD5CF93) is known color: Tahuna Sands. HEX triplet: D5, CF and 93. RGB value is (213,207,147). Sum of RGB (Red+Green+Blue) = 213+207+147=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF93 is #2A306C. Grayscale: #CACACA. Windows color (decimal): -2764909 or 9686997. OLE color: 9686997.
HSL color Cylindrical-coordinate representation of color #D5CF93: hue angle of 54.55º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5CF93 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 147 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.16 |
| HSL | 54.55º | 0.44% | 0.71% | - |
| HSV(B) | 54.55º | 0.31% | 0.84% | - |
| XYZ | 55.02 | 60.88 | 36.45 | - |
| YUV | 201.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 147 | 0 | 0.03 | 0.31 | 0.16 | 54.55 | 0.44 | 0.71 |
| Hex | D5 | CF | 93 | 0 | 3 | 1F | 10 | 37 | 2C | 47 |
| Octal | 325 | 317 | 223 | 0 | 3 | 37 | 20 | 67 | 54 | 107 |
| Binary | 11010101 | 11001111 | 10010011 | 0 | 11 | 11111 | 10000 | 110111 | 101100 | 1000111 |
Color Harmonies of #D5CF93
Complementary color
Monochromatic Colors of #D5CF93
Black with #D5CF93
Text Example
Text Example
White with #D5CF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF93; }
p { color: rgb(213,207,147); }
H1.HeaderClassName
{
color: #D5CF93;
}
.AnyTagClassName
{
color: #D5CF93;
}
</style>
background-color css
<style>
a { background-color: #D5CF93; }
a { background-color: rgb(213,207,147); }
div.DivClassName
{
background-color: #D5CF93;
}
.BgClassName
{
background-color: #D5CF93;
}
</style>
border-color css
<style>
span { border-color: #D5CF93; }
span { border-color: rgb(213,207,147); }
td.TdClassName
{
border-color: #D5CF93;
}
.TagClassName
{
border-color: #D5CF93;
}
</style>