Shades of Tahuna Sands #D2CC90
Tints of Tahuna Sands #D2CC90
RGB
CMYK
RGB Variations
Color information
#D2CC90 (or 0xD2CC90) is known color: Tahuna Sands. HEX triplet: D2, CC and 90. RGB value is (210,204,144). Sum of RGB (Red+Green+Blue) = 210+204+144=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CC90 is #2D336F. Grayscale: #C7C7C7. Windows color (decimal): -2962288 or 9489618. OLE color: 9489618.
HSL color Cylindrical-coordinate representation of color #D2CC90: hue angle of 54.55º 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 #D2CC90 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 144 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.18 |
| HSL | 54.55º | 0.42% | 0.69% | - |
| HSV(B) | 54.55º | 0.31% | 0.82% | - |
| XYZ | 53.21 | 58.9 | 34.95 | - |
| YUV | 198.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 144 | 0 | 0.03 | 0.31 | 0.18 | 54.55 | 0.42 | 0.69 |
| Hex | D2 | CC | 90 | 0 | 3 | 1F | 12 | 37 | 2A | 45 |
| Octal | 322 | 314 | 220 | 0 | 3 | 37 | 22 | 67 | 52 | 105 |
| Binary | 11010010 | 11001100 | 10010000 | 0 | 11 | 11111 | 10010 | 110111 | 101010 | 1000101 |
Color Harmonies of #D2CC90
Complementary color
Monochromatic Colors of #D2CC90
Black with #D2CC90
Text Example
Text Example
White with #D2CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC90; }
p { color: rgb(210,204,144); }
H1.HeaderClassName
{
color: #D2CC90;
}
.AnyTagClassName
{
color: #D2CC90;
}
</style>
background-color css
<style>
a { background-color: #D2CC90; }
a { background-color: rgb(210,204,144); }
div.DivClassName
{
background-color: #D2CC90;
}
.BgClassName
{
background-color: #D2CC90;
}
</style>
border-color css
<style>
span { border-color: #D2CC90; }
span { border-color: rgb(210,204,144); }
td.TdClassName
{
border-color: #D2CC90;
}
.TagClassName
{
border-color: #D2CC90;
}
</style>