Shades of Tahuna Sands #D2CB9A
Tints of Tahuna Sands #D2CB9A
RGB
CMYK
RGB Variations
Color information
#D2CB9A (or 0xD2CB9A) is known color: Tahuna Sands. HEX triplet: D2, CB and 9A. RGB value is (210,203,154). Sum of RGB (Red+Green+Blue) = 210+203+154=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CB9A is #2D3465. Grayscale: #C7C7C7. Windows color (decimal): -2962534 or 10144722. OLE color: 10144722.
HSL color Cylindrical-coordinate representation of color #D2CB9A: hue angle of 52.5º 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 #D2CB9A is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 154 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.18 |
| HSL | 52.5º | 0.38% | 0.71% | - |
| HSV(B) | 52.5º | 0.27% | 0.82% | - |
| XYZ | 53.77 | 58.75 | 39.08 | - |
| YUV | 199.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 154 | 0 | 0.03 | 0.27 | 0.18 | 52.5 | 0.38 | 0.71 |
| Hex | D2 | CB | 9A | 0 | 3 | 1B | 12 | 34 | 26 | 47 |
| Octal | 322 | 313 | 232 | 0 | 3 | 33 | 22 | 64 | 46 | 107 |
| Binary | 11010010 | 11001011 | 10011010 | 0 | 11 | 11011 | 10010 | 110100 | 100110 | 1000111 |
Color Harmonies of #D2CB9A
Complementary color
Monochromatic Colors of #D2CB9A
Black with #D2CB9A
Text Example
Text Example
White with #D2CB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB9A; }
p { color: rgb(210,203,154); }
H1.HeaderClassName
{
color: #D2CB9A;
}
.AnyTagClassName
{
color: #D2CB9A;
}
</style>
background-color css
<style>
a { background-color: #D2CB9A; }
a { background-color: rgb(210,203,154); }
div.DivClassName
{
background-color: #D2CB9A;
}
.BgClassName
{
background-color: #D2CB9A;
}
</style>
border-color css
<style>
span { border-color: #D2CB9A; }
span { border-color: rgb(210,203,154); }
td.TdClassName
{
border-color: #D2CB9A;
}
.TagClassName
{
border-color: #D2CB9A;
}
</style>