Shades of Tahuna Sands #D3C892
Tints of Tahuna Sands #D3C892
RGB
CMYK
RGB Variations
Color information
#D3C892 (or 0xD3C892) is known color: Tahuna Sands. HEX triplet: D3, C8 and 92. RGB value is (211,200,146). Sum of RGB (Red+Green+Blue) = 211+200+146=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C892 is #2C376D. Grayscale: #C5C5C5. Windows color (decimal): -2897774 or 9619667. OLE color: 9619667.
HSL color Cylindrical-coordinate representation of color #D3C892: hue angle of 49.85º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3C892 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 146 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.17 |
| HSL | 49.85º | 0.42% | 0.7% | - |
| HSV(B) | 49.85º | 0.31% | 0.83% | - |
| XYZ | 52.71 | 57.23 | 35.46 | - |
| YUV | 197.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 146 | 0 | 0.05 | 0.31 | 0.17 | 49.85 | 0.42 | 0.7 |
| Hex | D3 | C8 | 92 | 0 | 5 | 1F | 11 | 32 | 2A | 46 |
| Octal | 323 | 310 | 222 | 0 | 5 | 37 | 21 | 62 | 52 | 106 |
| Binary | 11010011 | 11001000 | 10010010 | 0 | 101 | 11111 | 10001 | 110010 | 101010 | 1000110 |
Color Harmonies of #D3C892
Complementary color
Monochromatic Colors of #D3C892
Black with #D3C892
Text Example
Text Example
White with #D3C892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C892; }
p { color: rgb(211,200,146); }
H1.HeaderClassName
{
color: #D3C892;
}
.AnyTagClassName
{
color: #D3C892;
}
</style>
background-color css
<style>
a { background-color: #D3C892; }
a { background-color: rgb(211,200,146); }
div.DivClassName
{
background-color: #D3C892;
}
.BgClassName
{
background-color: #D3C892;
}
</style>
border-color css
<style>
span { border-color: #D3C892; }
span { border-color: rgb(211,200,146); }
td.TdClassName
{
border-color: #D3C892;
}
.TagClassName
{
border-color: #D3C892;
}
</style>