Shades of Tahuna Sands #D5D69B
Tints of Tahuna Sands #D5D69B
RGB
CMYK
RGB Variations
Color information
#D5D69B (or 0xD5D69B) is known color: Tahuna Sands. HEX triplet: D5, D6 and 9B. RGB value is (213,214,155). Sum of RGB (Red+Green+Blue) = 213+214+155=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D69B is #2A2964. Grayscale: #CFCFCF. Windows color (decimal): -2763109 or 10213077. OLE color: 10213077.
HSL color Cylindrical-coordinate representation of color #D5D69B: hue angle of 61.02º 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 #D5D69B is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 155 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.16 |
| HSL | 61.02º | 0.42% | 0.72% | - |
| HSV(B) | 61.02º | 0.28% | 0.84% | - |
| XYZ | 57.4 | 64.61 | 40.46 | - |
| YUV | 206.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 155 | 0.00 | 0 | 0.28 | 0.16 | 61.02 | 0.42 | 0.72 |
| Hex | D5 | D6 | 9B | 0 | 0 | 1C | 10 | 3D | 2A | 48 |
| Octal | 325 | 326 | 233 | 0 | 0 | 34 | 20 | 75 | 52 | 110 |
| Binary | 11010101 | 11010110 | 10011011 | 0 | 0 | 11100 | 10000 | 111101 | 101010 | 1001000 |
Color Harmonies of #D5D69B
Complementary color
Monochromatic Colors of #D5D69B
Black with #D5D69B
Text Example
Text Example
White with #D5D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D69B; }
p { color: rgb(213,214,155); }
H1.HeaderClassName
{
color: #D5D69B;
}
.AnyTagClassName
{
color: #D5D69B;
}
</style>
background-color css
<style>
a { background-color: #D5D69B; }
a { background-color: rgb(213,214,155); }
div.DivClassName
{
background-color: #D5D69B;
}
.BgClassName
{
background-color: #D5D69B;
}
</style>
border-color css
<style>
span { border-color: #D5D69B; }
span { border-color: rgb(213,214,155); }
td.TdClassName
{
border-color: #D5D69B;
}
.TagClassName
{
border-color: #D5D69B;
}
</style>