Shades of Tahuna Sands #D5CC8F
Tints of Tahuna Sands #D5CC8F
RGB
CMYK
RGB Variations
Color information
#D5CC8F (or 0xD5CC8F) is known color: Tahuna Sands. HEX triplet: D5, CC and 8F. RGB value is (213,204,143). Sum of RGB (Red+Green+Blue) = 213+204+143=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CC8F is #2A3370. Grayscale: #C7C7C7. Windows color (decimal): -2765681 or 9424085. OLE color: 9424085.
HSL color Cylindrical-coordinate representation of color #D5CC8F: hue angle of 52.29º 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 #D5CC8F is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 143 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.16 |
| HSL | 52.29º | 0.45% | 0.7% | - |
| HSV(B) | 52.29º | 0.33% | 0.84% | - |
| XYZ | 53.99 | 59.32 | 34.59 | - |
| YUV | 199.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 143 | 0 | 0.04 | 0.33 | 0.16 | 52.29 | 0.45 | 0.7 |
| Hex | D5 | CC | 8F | 0 | 4 | 21 | 10 | 34 | 2D | 46 |
| Octal | 325 | 314 | 217 | 0 | 4 | 41 | 20 | 64 | 55 | 106 |
| Binary | 11010101 | 11001100 | 10001111 | 0 | 100 | 100001 | 10000 | 110100 | 101101 | 1000110 |
Color Harmonies of #D5CC8F
Complementary color
Monochromatic Colors of #D5CC8F
Black with #D5CC8F
Text Example
Text Example
White with #D5CC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC8F; }
p { color: rgb(213,204,143); }
H1.HeaderClassName
{
color: #D5CC8F;
}
.AnyTagClassName
{
color: #D5CC8F;
}
</style>
background-color css
<style>
a { background-color: #D5CC8F; }
a { background-color: rgb(213,204,143); }
div.DivClassName
{
background-color: #D5CC8F;
}
.BgClassName
{
background-color: #D5CC8F;
}
</style>
border-color css
<style>
span { border-color: #D5CC8F; }
span { border-color: rgb(213,204,143); }
td.TdClassName
{
border-color: #D5CC8F;
}
.TagClassName
{
border-color: #D5CC8F;
}
</style>