Shades of Tahuna Sands #DFD49A
Tints of Tahuna Sands #DFD49A
RGB
CMYK
RGB Variations
Color information
#DFD49A (or 0xDFD49A) is known color: Tahuna Sands. HEX triplet: DF, D4 and 9A. RGB value is (223,212,154). Sum of RGB (Red+Green+Blue) = 223+212+154=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD49A is #202B65. Grayscale: #D0D0D0. Windows color (decimal): -2108262 or 10147039. OLE color: 10147039.
HSL color Cylindrical-coordinate representation of color #DFD49A: hue angle of 50.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFD49A is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 154 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.13 |
| HSL | 50.43º | 0.52% | 0.74% | - |
| HSV(B) | 50.43º | 0.31% | 0.87% | - |
| XYZ | 59.81 | 65.11 | 39.99 | - |
| YUV | 208.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 154 | 0 | 0.05 | 0.31 | 0.13 | 50.43 | 0.52 | 0.74 |
| Hex | DF | D4 | 9A | 0 | 5 | 1F | D | 32 | 34 | 4A |
| Octal | 337 | 324 | 232 | 0 | 5 | 37 | 15 | 62 | 64 | 112 |
| Binary | 11011111 | 11010100 | 10011010 | 0 | 101 | 11111 | 1101 | 110010 | 110100 | 1001010 |
Color Harmonies of #DFD49A
Complementary color
Monochromatic Colors of #DFD49A
Black with #DFD49A
Text Example
Text Example
White with #DFD49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD49A; }
p { color: rgb(223,212,154); }
H1.HeaderClassName
{
color: #DFD49A;
}
.AnyTagClassName
{
color: #DFD49A;
}
</style>
background-color css
<style>
a { background-color: #DFD49A; }
a { background-color: rgb(223,212,154); }
div.DivClassName
{
background-color: #DFD49A;
}
.BgClassName
{
background-color: #DFD49A;
}
</style>
border-color css
<style>
span { border-color: #DFD49A; }
span { border-color: rgb(223,212,154); }
td.TdClassName
{
border-color: #DFD49A;
}
.TagClassName
{
border-color: #DFD49A;
}
</style>