Shades of Tahuna Sands #D9CA92
Tints of Tahuna Sands #D9CA92
RGB
CMYK
RGB Variations
Color information
#D9CA92 (or 0xD9CA92) is known color: Tahuna Sands. HEX triplet: D9, CA and 92. RGB value is (217,202,146). Sum of RGB (Red+Green+Blue) = 217+202+146=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CA92 is #26356D. Grayscale: #C8C8C8. Windows color (decimal): -2504046 or 9620185. OLE color: 9620185.
HSL color Cylindrical-coordinate representation of color #D9CA92: hue angle of 47.32º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9CA92 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 146 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.15 |
| HSL | 47.32º | 0.48% | 0.71% | - |
| HSV(B) | 47.32º | 0.33% | 0.85% | - |
| XYZ | 54.92 | 59.07 | 35.7 | - |
| YUV | 200.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 146 | 0 | 0.07 | 0.33 | 0.15 | 47.32 | 0.48 | 0.71 |
| Hex | D9 | CA | 92 | 0 | 7 | 21 | F | 2F | 30 | 47 |
| Octal | 331 | 312 | 222 | 0 | 7 | 41 | 17 | 57 | 60 | 107 |
| Binary | 11011001 | 11001010 | 10010010 | 0 | 111 | 100001 | 1111 | 101111 | 110000 | 1000111 |
Color Harmonies of #D9CA92
Complementary color
Monochromatic Colors of #D9CA92
Black with #D9CA92
Text Example
Text Example
White with #D9CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA92; }
p { color: rgb(217,202,146); }
H1.HeaderClassName
{
color: #D9CA92;
}
.AnyTagClassName
{
color: #D9CA92;
}
</style>
background-color css
<style>
a { background-color: #D9CA92; }
a { background-color: rgb(217,202,146); }
div.DivClassName
{
background-color: #D9CA92;
}
.BgClassName
{
background-color: #D9CA92;
}
</style>
border-color css
<style>
span { border-color: #D9CA92; }
span { border-color: rgb(217,202,146); }
td.TdClassName
{
border-color: #D9CA92;
}
.TagClassName
{
border-color: #D9CA92;
}
</style>