Shades of Tahuna Sands #D2CC9A
Tints of Tahuna Sands #D2CC9A
RGB
CMYK
RGB Variations
Color information
#D2CC9A (or 0xD2CC9A) is known color: Tahuna Sands. HEX triplet: D2, CC and 9A. RGB value is (210,204,154). Sum of RGB (Red+Green+Blue) = 210+204+154=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CC9A is #2D3365. Grayscale: #C8C8C8. Windows color (decimal): -2962278 or 10144978. OLE color: 10144978.
HSL color Cylindrical-coordinate representation of color #D2CC9A: hue angle of 53.57º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2CC9A is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 154 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.18 |
| HSL | 53.57º | 0.38% | 0.71% | - |
| HSV(B) | 53.57º | 0.27% | 0.82% | - |
| XYZ | 54 | 59.22 | 39.16 | - |
| YUV | 200.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 154 | 0 | 0.03 | 0.27 | 0.18 | 53.57 | 0.38 | 0.71 |
| Hex | D2 | CC | 9A | 0 | 3 | 1B | 12 | 36 | 26 | 47 |
| Octal | 322 | 314 | 232 | 0 | 3 | 33 | 22 | 66 | 46 | 107 |
| Binary | 11010010 | 11001100 | 10011010 | 0 | 11 | 11011 | 10010 | 110110 | 100110 | 1000111 |
Color Harmonies of #D2CC9A
Complementary color
Monochromatic Colors of #D2CC9A
Black with #D2CC9A
Text Example
Text Example
White with #D2CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC9A; }
p { color: rgb(210,204,154); }
H1.HeaderClassName
{
color: #D2CC9A;
}
.AnyTagClassName
{
color: #D2CC9A;
}
</style>
background-color css
<style>
a { background-color: #D2CC9A; }
a { background-color: rgb(210,204,154); }
div.DivClassName
{
background-color: #D2CC9A;
}
.BgClassName
{
background-color: #D2CC9A;
}
</style>
border-color css
<style>
span { border-color: #D2CC9A; }
span { border-color: rgb(210,204,154); }
td.TdClassName
{
border-color: #D2CC9A;
}
.TagClassName
{
border-color: #D2CC9A;
}
</style>