Shades of Tahuna Sands #D2C990
Tints of Tahuna Sands #D2C990
RGB
CMYK
RGB Variations
Color information
#D2C990 (or 0xD2C990) is known color: Tahuna Sands. HEX triplet: D2, C9 and 90. RGB value is (210,201,144). Sum of RGB (Red+Green+Blue) = 210+201+144=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C990 is #2D366F. Grayscale: #C5C5C5. Windows color (decimal): -2963056 or 9488850. OLE color: 9488850.
HSL color Cylindrical-coordinate representation of color #D2C990: hue angle of 51.82º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2C990 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 144 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.18 |
| HSL | 51.82º | 0.42% | 0.69% | - |
| HSV(B) | 51.82º | 0.31% | 0.82% | - |
| XYZ | 52.5 | 57.49 | 34.71 | - |
| YUV | 197.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 144 | 0 | 0.04 | 0.31 | 0.18 | 51.82 | 0.42 | 0.69 |
| Hex | D2 | C9 | 90 | 0 | 4 | 1F | 12 | 34 | 2A | 45 |
| Octal | 322 | 311 | 220 | 0 | 4 | 37 | 22 | 64 | 52 | 105 |
| Binary | 11010010 | 11001001 | 10010000 | 0 | 100 | 11111 | 10010 | 110100 | 101010 | 1000101 |
Color Harmonies of #D2C990
Complementary color
Monochromatic Colors of #D2C990
Black with #D2C990
Text Example
Text Example
White with #D2C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C990; }
p { color: rgb(210,201,144); }
H1.HeaderClassName
{
color: #D2C990;
}
.AnyTagClassName
{
color: #D2C990;
}
</style>
background-color css
<style>
a { background-color: #D2C990; }
a { background-color: rgb(210,201,144); }
div.DivClassName
{
background-color: #D2C990;
}
.BgClassName
{
background-color: #D2C990;
}
</style>
border-color css
<style>
span { border-color: #D2C990; }
span { border-color: rgb(210,201,144); }
td.TdClassName
{
border-color: #D2C990;
}
.TagClassName
{
border-color: #D2C990;
}
</style>