Shades of Tahuna Sands #D6CA92
Tints of Tahuna Sands #D6CA92
RGB
CMYK
RGB Variations
Color information
#D6CA92 (or 0xD6CA92) is known color: Tahuna Sands. HEX triplet: D6, CA and 92. RGB value is (214,202,146). Sum of RGB (Red+Green+Blue) = 214+202+146=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA92 is #29356D. Grayscale: #C7C7C7. Windows color (decimal): -2700654 or 9620182. OLE color: 9620182.
HSL color Cylindrical-coordinate representation of color #D6CA92: hue angle of 49.41º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6CA92 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 146 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.16 |
| HSL | 49.41º | 0.45% | 0.71% | - |
| HSV(B) | 49.41º | 0.32% | 0.84% | - |
| XYZ | 54.04 | 58.61 | 35.66 | - |
| YUV | 199.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 146 | 0 | 0.06 | 0.32 | 0.16 | 49.41 | 0.45 | 0.71 |
| Hex | D6 | CA | 92 | 0 | 6 | 20 | 10 | 31 | 2D | 47 |
| Octal | 326 | 312 | 222 | 0 | 6 | 40 | 20 | 61 | 55 | 107 |
| Binary | 11010110 | 11001010 | 10010010 | 0 | 110 | 100000 | 10000 | 110001 | 101101 | 1000111 |
Color Harmonies of #D6CA92
Complementary color
Monochromatic Colors of #D6CA92
Black with #D6CA92
Text Example
Text Example
White with #D6CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA92; }
p { color: rgb(214,202,146); }
H1.HeaderClassName
{
color: #D6CA92;
}
.AnyTagClassName
{
color: #D6CA92;
}
</style>
background-color css
<style>
a { background-color: #D6CA92; }
a { background-color: rgb(214,202,146); }
div.DivClassName
{
background-color: #D6CA92;
}
.BgClassName
{
background-color: #D6CA92;
}
</style>
border-color css
<style>
span { border-color: #D6CA92; }
span { border-color: rgb(214,202,146); }
td.TdClassName
{
border-color: #D6CA92;
}
.TagClassName
{
border-color: #D6CA92;
}
</style>