Shades of Tahuna Sands #DFD294
Tints of Tahuna Sands #DFD294
RGB
CMYK
RGB Variations
Color information
#DFD294 (or 0xDFD294) is known color: Tahuna Sands. HEX triplet: DF, D2 and 94. RGB value is (223,210,148). Sum of RGB (Red+Green+Blue) = 223+210+148=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD294 is #202D6B. Grayscale: #CFCFCF. Windows color (decimal): -2108780 or 9753311. OLE color: 9753311.
HSL color Cylindrical-coordinate representation of color #DFD294: hue angle of 49.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFD294 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 148 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.13 |
| HSL | 49.6º | 0.54% | 0.73% | - |
| HSV(B) | 49.6º | 0.34% | 0.87% | - |
| XYZ | 58.82 | 63.92 | 37.25 | - |
| YUV | 206.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 148 | 0 | 0.06 | 0.34 | 0.13 | 49.6 | 0.54 | 0.73 |
| Hex | DF | D2 | 94 | 0 | 6 | 22 | D | 32 | 36 | 49 |
| Octal | 337 | 322 | 224 | 0 | 6 | 42 | 15 | 62 | 66 | 111 |
| Binary | 11011111 | 11010010 | 10010100 | 0 | 110 | 100010 | 1101 | 110010 | 110110 | 1001001 |
Color Harmonies of #DFD294
Complementary color
Monochromatic Colors of #DFD294
Black with #DFD294
Text Example
Text Example
White with #DFD294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD294; }
p { color: rgb(223,210,148); }
H1.HeaderClassName
{
color: #DFD294;
}
.AnyTagClassName
{
color: #DFD294;
}
</style>
background-color css
<style>
a { background-color: #DFD294; }
a { background-color: rgb(223,210,148); }
div.DivClassName
{
background-color: #DFD294;
}
.BgClassName
{
background-color: #DFD294;
}
</style>
border-color css
<style>
span { border-color: #DFD294; }
span { border-color: rgb(223,210,148); }
td.TdClassName
{
border-color: #DFD294;
}
.TagClassName
{
border-color: #DFD294;
}
</style>