Shades of Tahuna Sands #D5CB99
Tints of Tahuna Sands #D5CB99
RGB
CMYK
RGB Variations
Color information
#D5CB99 (or 0xD5CB99) is known color: Tahuna Sands. HEX triplet: D5, CB and 99. RGB value is (213,203,153). Sum of RGB (Red+Green+Blue) = 213+203+153=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB99 is #2A3466. Grayscale: #C8C8C8. Windows color (decimal): -2765927 or 10079189. OLE color: 10079189.
HSL color Cylindrical-coordinate representation of color #D5CB99: hue angle of 50º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5CB99 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 153 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.16 |
| HSL | 50º | 0.42% | 0.72% | - |
| HSV(B) | 50º | 0.28% | 0.84% | - |
| XYZ | 54.55 | 59.16 | 38.68 | - |
| YUV | 200.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 153 | 0 | 0.05 | 0.28 | 0.16 | 50 | 0.42 | 0.72 |
| Hex | D5 | CB | 99 | 0 | 5 | 1C | 10 | 32 | 2A | 48 |
| Octal | 325 | 313 | 231 | 0 | 5 | 34 | 20 | 62 | 52 | 110 |
| Binary | 11010101 | 11001011 | 10011001 | 0 | 101 | 11100 | 10000 | 110010 | 101010 | 1001000 |
Color Harmonies of #D5CB99
Complementary color
Monochromatic Colors of #D5CB99
Black with #D5CB99
Text Example
Text Example
White with #D5CB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB99; }
p { color: rgb(213,203,153); }
H1.HeaderClassName
{
color: #D5CB99;
}
.AnyTagClassName
{
color: #D5CB99;
}
</style>
background-color css
<style>
a { background-color: #D5CB99; }
a { background-color: rgb(213,203,153); }
div.DivClassName
{
background-color: #D5CB99;
}
.BgClassName
{
background-color: #D5CB99;
}
</style>
border-color css
<style>
span { border-color: #D5CB99; }
span { border-color: rgb(213,203,153); }
td.TdClassName
{
border-color: #D5CB99;
}
.TagClassName
{
border-color: #D5CB99;
}
</style>