Shades of Tahuna Sands #DCC990
Tints of Tahuna Sands #DCC990
RGB
CMYK
RGB Variations
Color information
#DCC990 (or 0xDCC990) is known color: Tahuna Sands. HEX triplet: DC, C9 and 90. RGB value is (220,201,144). Sum of RGB (Red+Green+Blue) = 220+201+144=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC990 is #23366F. Grayscale: #C8C8C8. Windows color (decimal): -2307696 or 9488860. OLE color: 9488860.
HSL color Cylindrical-coordinate representation of color #DCC990: hue angle of 45º 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 #DCC990 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 144 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.14 |
| HSL | 45º | 0.52% | 0.71% | - |
| HSV(B) | 45º | 0.35% | 0.86% | - |
| XYZ | 55.44 | 59 | 34.85 | - |
| YUV | 200.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 144 | 0 | 0.09 | 0.35 | 0.14 | 45 | 0.52 | 0.71 |
| Hex | DC | C9 | 90 | 0 | 9 | 23 | E | 2D | 34 | 47 |
| Octal | 334 | 311 | 220 | 0 | 11 | 43 | 16 | 55 | 64 | 107 |
| Binary | 11011100 | 11001001 | 10010000 | 0 | 1001 | 100011 | 1110 | 101101 | 110100 | 1000111 |
Color Harmonies of #DCC990
Complementary color
Monochromatic Colors of #DCC990
Black with #DCC990
Text Example
Text Example
White with #DCC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC990; }
p { color: rgb(220,201,144); }
H1.HeaderClassName
{
color: #DCC990;
}
.AnyTagClassName
{
color: #DCC990;
}
</style>
background-color css
<style>
a { background-color: #DCC990; }
a { background-color: rgb(220,201,144); }
div.DivClassName
{
background-color: #DCC990;
}
.BgClassName
{
background-color: #DCC990;
}
</style>
border-color css
<style>
span { border-color: #DCC990; }
span { border-color: rgb(220,201,144); }
td.TdClassName
{
border-color: #DCC990;
}
.TagClassName
{
border-color: #DCC990;
}
</style>