Shades of Tahuna Sands #DCD29A
Tints of Tahuna Sands #DCD29A
RGB
CMYK
RGB Variations
Color information
#DCD29A (or 0xDCD29A) is known color: Tahuna Sands. HEX triplet: DC, D2 and 9A. RGB value is (220,210,154). Sum of RGB (Red+Green+Blue) = 220+210+154=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD29A is #232D65. Grayscale: #CECECE. Windows color (decimal): -2305382 or 10146524. OLE color: 10146524.
HSL color Cylindrical-coordinate representation of color #DCD29A: hue angle of 50.91º 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 #DCD29A is Cyan = 0, Magento = 0.05, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 154 | - |
| CMYK | 0 | 0.05 | 0.3 | 0.14 |
| HSL | 50.91º | 0.49% | 0.73% | - |
| HSV(B) | 50.91º | 0.3% | 0.86% | - |
| XYZ | 58.39 | 63.64 | 39.78 | - |
| YUV | 206.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 154 | 0 | 0.05 | 0.3 | 0.14 | 50.91 | 0.49 | 0.73 |
| Hex | DC | D2 | 9A | 0 | 5 | 1E | E | 33 | 31 | 49 |
| Octal | 334 | 322 | 232 | 0 | 5 | 36 | 16 | 63 | 61 | 111 |
| Binary | 11011100 | 11010010 | 10011010 | 0 | 101 | 11110 | 1110 | 110011 | 110001 | 1001001 |
Color Harmonies of #DCD29A
Complementary color
Monochromatic Colors of #DCD29A
Black with #DCD29A
Text Example
Text Example
White with #DCD29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD29A; }
p { color: rgb(220,210,154); }
H1.HeaderClassName
{
color: #DCD29A;
}
.AnyTagClassName
{
color: #DCD29A;
}
</style>
background-color css
<style>
a { background-color: #DCD29A; }
a { background-color: rgb(220,210,154); }
div.DivClassName
{
background-color: #DCD29A;
}
.BgClassName
{
background-color: #DCD29A;
}
</style>
border-color css
<style>
span { border-color: #DCD29A; }
span { border-color: rgb(220,210,154); }
td.TdClassName
{
border-color: #DCD29A;
}
.TagClassName
{
border-color: #DCD29A;
}
</style>