Shades of Tahuna Sands #DCD293
Tints of Tahuna Sands #DCD293
RGB
CMYK
RGB Variations
Color information
#DCD293 (or 0xDCD293) is known color: Tahuna Sands. HEX triplet: DC, D2 and 93. RGB value is (220,210,147). Sum of RGB (Red+Green+Blue) = 220+210+147=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD293 is #232D6C. Grayscale: #CECECE. Windows color (decimal): -2305389 or 9687772. OLE color: 9687772.
HSL color Cylindrical-coordinate representation of color #DCD293: hue angle of 51.78º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCD293 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 147 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.14 |
| HSL | 51.78º | 0.51% | 0.72% | - |
| HSV(B) | 51.78º | 0.33% | 0.86% | - |
| XYZ | 57.83 | 63.42 | 36.8 | - |
| YUV | 205.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 147 | 0 | 0.05 | 0.33 | 0.14 | 51.78 | 0.51 | 0.72 |
| Hex | DC | D2 | 93 | 0 | 5 | 21 | E | 34 | 33 | 48 |
| Octal | 334 | 322 | 223 | 0 | 5 | 41 | 16 | 64 | 63 | 110 |
| Binary | 11011100 | 11010010 | 10010011 | 0 | 101 | 100001 | 1110 | 110100 | 110011 | 1001000 |
Color Harmonies of #DCD293
Complementary color
Monochromatic Colors of #DCD293
Black with #DCD293
Text Example
Text Example
White with #DCD293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD293; }
p { color: rgb(220,210,147); }
H1.HeaderClassName
{
color: #DCD293;
}
.AnyTagClassName
{
color: #DCD293;
}
</style>
background-color css
<style>
a { background-color: #DCD293; }
a { background-color: rgb(220,210,147); }
div.DivClassName
{
background-color: #DCD293;
}
.BgClassName
{
background-color: #DCD293;
}
</style>
border-color css
<style>
span { border-color: #DCD293; }
span { border-color: rgb(220,210,147); }
td.TdClassName
{
border-color: #DCD293;
}
.TagClassName
{
border-color: #DCD293;
}
</style>