Shades of Tahuna Sands #D9CB90
Tints of Tahuna Sands #D9CB90
RGB
CMYK
RGB Variations
Color information
#D9CB90 (or 0xD9CB90) is known color: Tahuna Sands. HEX triplet: D9, CB and 90. RGB value is (217,203,144). Sum of RGB (Red+Green+Blue) = 217+203+144=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CB90 is #26346F. Grayscale: #C8C8C8. Windows color (decimal): -2503792 or 9489369. OLE color: 9489369.
HSL color Cylindrical-coordinate representation of color #D9CB90: hue angle of 48.49º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9CB90 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 144 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.15 |
| HSL | 48.49º | 0.49% | 0.71% | - |
| HSV(B) | 48.49º | 0.34% | 0.85% | - |
| XYZ | 55.01 | 59.48 | 34.97 | - |
| YUV | 200.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 144 | 0 | 0.06 | 0.34 | 0.15 | 48.49 | 0.49 | 0.71 |
| Hex | D9 | CB | 90 | 0 | 6 | 22 | F | 30 | 31 | 47 |
| Octal | 331 | 313 | 220 | 0 | 6 | 42 | 17 | 60 | 61 | 107 |
| Binary | 11011001 | 11001011 | 10010000 | 0 | 110 | 100010 | 1111 | 110000 | 110001 | 1000111 |
Color Harmonies of #D9CB90
Complementary color
Monochromatic Colors of #D9CB90
Black with #D9CB90
Text Example
Text Example
White with #D9CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB90; }
p { color: rgb(217,203,144); }
H1.HeaderClassName
{
color: #D9CB90;
}
.AnyTagClassName
{
color: #D9CB90;
}
</style>
background-color css
<style>
a { background-color: #D9CB90; }
a { background-color: rgb(217,203,144); }
div.DivClassName
{
background-color: #D9CB90;
}
.BgClassName
{
background-color: #D9CB90;
}
</style>
border-color css
<style>
span { border-color: #D9CB90; }
span { border-color: rgb(217,203,144); }
td.TdClassName
{
border-color: #D9CB90;
}
.TagClassName
{
border-color: #D9CB90;
}
</style>