Shades of Tahuna Sands #D5C88F
Tints of Tahuna Sands #D5C88F
RGB
CMYK
RGB Variations
Color information
#D5C88F (or 0xD5C88F) is known color: Tahuna Sands. HEX triplet: D5, C8 and 8F. RGB value is (213,200,143). Sum of RGB (Red+Green+Blue) = 213+200+143=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C88F is #2A3770. Grayscale: #C5C5C5. Windows color (decimal): -2766705 or 9423061. OLE color: 9423061.
HSL color Cylindrical-coordinate representation of color #D5C88F: hue angle of 48.86º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5C88F is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 143 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.16 |
| HSL | 48.86º | 0.45% | 0.7% | - |
| HSV(B) | 48.86º | 0.33% | 0.84% | - |
| XYZ | 53.05 | 57.44 | 34.28 | - |
| YUV | 197.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 143 | 0 | 0.06 | 0.33 | 0.16 | 48.86 | 0.45 | 0.7 |
| Hex | D5 | C8 | 8F | 0 | 6 | 21 | 10 | 31 | 2D | 46 |
| Octal | 325 | 310 | 217 | 0 | 6 | 41 | 20 | 61 | 55 | 106 |
| Binary | 11010101 | 11001000 | 10001111 | 0 | 110 | 100001 | 10000 | 110001 | 101101 | 1000110 |
Color Harmonies of #D5C88F
Complementary color
Monochromatic Colors of #D5C88F
Black with #D5C88F
Text Example
Text Example
White with #D5C88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C88F; }
p { color: rgb(213,200,143); }
H1.HeaderClassName
{
color: #D5C88F;
}
.AnyTagClassName
{
color: #D5C88F;
}
</style>
background-color css
<style>
a { background-color: #D5C88F; }
a { background-color: rgb(213,200,143); }
div.DivClassName
{
background-color: #D5C88F;
}
.BgClassName
{
background-color: #D5C88F;
}
</style>
border-color css
<style>
span { border-color: #D5C88F; }
span { border-color: rgb(213,200,143); }
td.TdClassName
{
border-color: #D5C88F;
}
.TagClassName
{
border-color: #D5C88F;
}
</style>