Shades of Tahuna Sands #D5C692
Tints of Tahuna Sands #D5C692
RGB
CMYK
RGB Variations
Color information
#D5C692 (or 0xD5C692) is known color: Tahuna Sands. HEX triplet: D5, C6 and 92. RGB value is (213,198,146). Sum of RGB (Red+Green+Blue) = 213+198+146=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C692 is #2A396D. Grayscale: #C4C4C4. Windows color (decimal): -2767214 or 9619157. OLE color: 9619157.
HSL color Cylindrical-coordinate representation of color #D5C692: hue angle of 46.57º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5C692 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 146 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.16 |
| HSL | 46.57º | 0.44% | 0.7% | - |
| HSV(B) | 46.57º | 0.31% | 0.84% | - |
| XYZ | 52.82 | 56.61 | 35.34 | - |
| YUV | 196.56 | 99.47 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 146 | 0 | 0.07 | 0.31 | 0.16 | 46.57 | 0.44 | 0.7 |
| Hex | D5 | C6 | 92 | 0 | 7 | 1F | 10 | 2F | 2C | 46 |
| Octal | 325 | 306 | 222 | 0 | 7 | 37 | 20 | 57 | 54 | 106 |
| Binary | 11010101 | 11000110 | 10010010 | 0 | 111 | 11111 | 10000 | 101111 | 101100 | 1000110 |
Color Harmonies of #D5C692
Complementary color
Monochromatic Colors of #D5C692
Black with #D5C692
Text Example
Text Example
White with #D5C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C692; }
p { color: rgb(213,198,146); }
H1.HeaderClassName
{
color: #D5C692;
}
.AnyTagClassName
{
color: #D5C692;
}
</style>
background-color css
<style>
a { background-color: #D5C692; }
a { background-color: rgb(213,198,146); }
div.DivClassName
{
background-color: #D5C692;
}
.BgClassName
{
background-color: #D5C692;
}
</style>
border-color css
<style>
span { border-color: #D5C692; }
span { border-color: rgb(213,198,146); }
td.TdClassName
{
border-color: #D5C692;
}
.TagClassName
{
border-color: #D5C692;
}
</style>