Shades of Tahuna Sands #DCD098
Tints of Tahuna Sands #DCD098
RGB
CMYK
RGB Variations
Color information
#DCD098 (or 0xDCD098) is known color: Tahuna Sands. HEX triplet: DC, D0 and 98. RGB value is (220,208,152). Sum of RGB (Red+Green+Blue) = 220+208+152=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD098 is #232F67. Grayscale: #CDCDCD. Windows color (decimal): -2305896 or 10014940. OLE color: 10014940.
HSL color Cylindrical-coordinate representation of color #DCD098: hue angle of 49.41º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCD098 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 152 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.14 |
| HSL | 49.41º | 0.49% | 0.73% | - |
| HSV(B) | 49.41º | 0.31% | 0.86% | - |
| XYZ | 57.74 | 62.59 | 38.74 | - |
| YUV | 205.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 152 | 0 | 0.05 | 0.31 | 0.14 | 49.41 | 0.49 | 0.73 |
| Hex | DC | D0 | 98 | 0 | 5 | 1F | E | 31 | 31 | 49 |
| Octal | 334 | 320 | 230 | 0 | 5 | 37 | 16 | 61 | 61 | 111 |
| Binary | 11011100 | 11010000 | 10011000 | 0 | 101 | 11111 | 1110 | 110001 | 110001 | 1001001 |
Color Harmonies of #DCD098
Complementary color
Monochromatic Colors of #DCD098
Black with #DCD098
Text Example
Text Example
White with #DCD098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD098; }
p { color: rgb(220,208,152); }
H1.HeaderClassName
{
color: #DCD098;
}
.AnyTagClassName
{
color: #DCD098;
}
</style>
background-color css
<style>
a { background-color: #DCD098; }
a { background-color: rgb(220,208,152); }
div.DivClassName
{
background-color: #DCD098;
}
.BgClassName
{
background-color: #DCD098;
}
</style>
border-color css
<style>
span { border-color: #DCD098; }
span { border-color: rgb(220,208,152); }
td.TdClassName
{
border-color: #DCD098;
}
.TagClassName
{
border-color: #DCD098;
}
</style>