Shades of Tahuna Sands #D1CB92
Tints of Tahuna Sands #D1CB92
RGB
CMYK
RGB Variations
Color information
#D1CB92 (or 0xD1CB92) is known color: Tahuna Sands. HEX triplet: D1, CB and 92. RGB value is (209,203,146). Sum of RGB (Red+Green+Blue) = 209+203+146=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CB92 is #2E346D. Grayscale: #C6C6C6. Windows color (decimal): -3028078 or 9620433. OLE color: 9620433.
HSL color Cylindrical-coordinate representation of color #D1CB92: hue angle of 54.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1CB92 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 146 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.18 |
| HSL | 54.29º | 0.41% | 0.7% | - |
| HSV(B) | 54.29º | 0.3% | 0.82% | - |
| XYZ | 52.84 | 58.34 | 35.67 | - |
| YUV | 198.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 146 | 0 | 0.03 | 0.30 | 0.18 | 54.29 | 0.41 | 0.7 |
| Hex | D1 | CB | 92 | 0 | 3 | 1E | 12 | 36 | 29 | 46 |
| Octal | 321 | 313 | 222 | 0 | 3 | 36 | 22 | 66 | 51 | 106 |
| Binary | 11010001 | 11001011 | 10010010 | 0 | 11 | 11110 | 10010 | 110110 | 101001 | 1000110 |
Color Harmonies of #D1CB92
Complementary color
Monochromatic Colors of #D1CB92
Black with #D1CB92
Text Example
Text Example
White with #D1CB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB92; }
p { color: rgb(209,203,146); }
H1.HeaderClassName
{
color: #D1CB92;
}
.AnyTagClassName
{
color: #D1CB92;
}
</style>
background-color css
<style>
a { background-color: #D1CB92; }
a { background-color: rgb(209,203,146); }
div.DivClassName
{
background-color: #D1CB92;
}
.BgClassName
{
background-color: #D1CB92;
}
</style>
border-color css
<style>
span { border-color: #D1CB92; }
span { border-color: rgb(209,203,146); }
td.TdClassName
{
border-color: #D1CB92;
}
.TagClassName
{
border-color: #D1CB92;
}
</style>