Shades of Tahuna Sands #DCD69A
Tints of Tahuna Sands #DCD69A
RGB
CMYK
RGB Variations
Color information
#DCD69A (or 0xDCD69A) is known color: Tahuna Sands. HEX triplet: DC, D6 and 9A. RGB value is (220,214,154). Sum of RGB (Red+Green+Blue) = 220+214+154=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD69A is #232965. Grayscale: #D1D1D1. Windows color (decimal): -2304358 or 10147548. OLE color: 10147548.
HSL color Cylindrical-coordinate representation of color #DCD69A: hue angle of 54.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD69A is Cyan = 0, Magento = 0.03, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 154 | - |
| CMYK | 0 | 0.03 | 0.3 | 0.14 |
| HSL | 54.55º | 0.49% | 0.73% | - |
| HSV(B) | 54.55º | 0.3% | 0.86% | - |
| XYZ | 59.39 | 65.64 | 40.11 | - |
| YUV | 208.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 154 | 0 | 0.03 | 0.3 | 0.14 | 54.55 | 0.49 | 0.73 |
| Hex | DC | D6 | 9A | 0 | 3 | 1E | E | 37 | 31 | 49 |
| Octal | 334 | 326 | 232 | 0 | 3 | 36 | 16 | 67 | 61 | 111 |
| Binary | 11011100 | 11010110 | 10011010 | 0 | 11 | 11110 | 1110 | 110111 | 110001 | 1001001 |
Color Harmonies of #DCD69A
Complementary color
Monochromatic Colors of #DCD69A
Black with #DCD69A
Text Example
Text Example
White with #DCD69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD69A; }
p { color: rgb(220,214,154); }
H1.HeaderClassName
{
color: #DCD69A;
}
.AnyTagClassName
{
color: #DCD69A;
}
</style>
background-color css
<style>
a { background-color: #DCD69A; }
a { background-color: rgb(220,214,154); }
div.DivClassName
{
background-color: #DCD69A;
}
.BgClassName
{
background-color: #DCD69A;
}
</style>
border-color css
<style>
span { border-color: #DCD69A; }
span { border-color: rgb(220,214,154); }
td.TdClassName
{
border-color: #DCD69A;
}
.TagClassName
{
border-color: #DCD69A;
}
</style>