Shades of Tahuna Sands #DCD290
Tints of Tahuna Sands #DCD290
RGB
CMYK
RGB Variations
Color information
#DCD290 (or 0xDCD290) is known color: Tahuna Sands. HEX triplet: DC, D2 and 90. RGB value is (220,210,144). Sum of RGB (Red+Green+Blue) = 220+210+144=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD290 is #232D6F. Grayscale: #CDCDCD. Windows color (decimal): -2305392 or 9491164. OLE color: 9491164.
HSL color Cylindrical-coordinate representation of color #DCD290: hue angle of 52.11º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCD290 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 144 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.14 |
| HSL | 52.11º | 0.52% | 0.71% | - |
| HSV(B) | 52.11º | 0.35% | 0.86% | - |
| XYZ | 57.6 | 63.32 | 35.57 | - |
| YUV | 205.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 144 | 0 | 0.05 | 0.35 | 0.14 | 52.11 | 0.52 | 0.71 |
| Hex | DC | D2 | 90 | 0 | 5 | 23 | E | 34 | 34 | 47 |
| Octal | 334 | 322 | 220 | 0 | 5 | 43 | 16 | 64 | 64 | 107 |
| Binary | 11011100 | 11010010 | 10010000 | 0 | 101 | 100011 | 1110 | 110100 | 110100 | 1000111 |
Color Harmonies of #DCD290
Complementary color
Monochromatic Colors of #DCD290
Black with #DCD290
Text Example
Text Example
White with #DCD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD290; }
p { color: rgb(220,210,144); }
H1.HeaderClassName
{
color: #DCD290;
}
.AnyTagClassName
{
color: #DCD290;
}
</style>
background-color css
<style>
a { background-color: #DCD290; }
a { background-color: rgb(220,210,144); }
div.DivClassName
{
background-color: #DCD290;
}
.BgClassName
{
background-color: #DCD290;
}
</style>
border-color css
<style>
span { border-color: #DCD290; }
span { border-color: rgb(220,210,144); }
td.TdClassName
{
border-color: #DCD290;
}
.TagClassName
{
border-color: #DCD290;
}
</style>