Shades of Tahuna Sands #D4C692
Tints of Tahuna Sands #D4C692
RGB
CMYK
RGB Variations
Color information
#D4C692 (or 0xD4C692) is known color: Tahuna Sands. HEX triplet: D4, C6 and 92. RGB value is (212,198,146). Sum of RGB (Red+Green+Blue) = 212+198+146=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C692 is #2B396D. Grayscale: #C4C4C4. Windows color (decimal): -2832750 or 9619156. OLE color: 9619156.
HSL color Cylindrical-coordinate representation of color #D4C692: hue angle of 47.27º degrees, saturation: 0.43, 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 #D4C692 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 146 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.17 |
| HSL | 47.27º | 0.43% | 0.7% | - |
| HSV(B) | 47.27º | 0.31% | 0.83% | - |
| XYZ | 52.53 | 56.46 | 35.32 | - |
| YUV | 196.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 146 | 0 | 0.07 | 0.31 | 0.17 | 47.27 | 0.43 | 0.7 |
| Hex | D4 | C6 | 92 | 0 | 7 | 1F | 11 | 2F | 2B | 46 |
| Octal | 324 | 306 | 222 | 0 | 7 | 37 | 21 | 57 | 53 | 106 |
| Binary | 11010100 | 11000110 | 10010010 | 0 | 111 | 11111 | 10001 | 101111 | 101011 | 1000110 |
Color Harmonies of #D4C692
Complementary color
Monochromatic Colors of #D4C692
Black with #D4C692
Text Example
Text Example
White with #D4C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C692; }
p { color: rgb(212,198,146); }
H1.HeaderClassName
{
color: #D4C692;
}
.AnyTagClassName
{
color: #D4C692;
}
</style>
background-color css
<style>
a { background-color: #D4C692; }
a { background-color: rgb(212,198,146); }
div.DivClassName
{
background-color: #D4C692;
}
.BgClassName
{
background-color: #D4C692;
}
</style>
border-color css
<style>
span { border-color: #D4C692; }
span { border-color: rgb(212,198,146); }
td.TdClassName
{
border-color: #D4C692;
}
.TagClassName
{
border-color: #D4C692;
}
</style>