Shades of Tahuna Sands #D1CBA4
Tints of Tahuna Sands #D1CBA4
RGB
CMYK
RGB Variations
Color information
#D1CBA4 (or 0xD1CBA4) is known color: Tahuna Sands. HEX triplet: D1, CB and A4. RGB value is (209,203,164). Sum of RGB (Red+Green+Blue) = 209+203+164=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CBA4 is #2E345B. Grayscale: #C8C8C8. Windows color (decimal): -3028060 or 10800081. OLE color: 10800081.
HSL color Cylindrical-coordinate representation of color #D1CBA4: hue angle of 52º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1CBA4 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 164 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.18 |
| HSL | 52º | 0.33% | 0.73% | - |
| HSV(B) | 52º | 0.22% | 0.82% | - |
| XYZ | 54.35 | 58.95 | 43.64 | - |
| YUV | 200.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 164 | 0 | 0.03 | 0.22 | 0.18 | 52 | 0.33 | 0.73 |
| Hex | D1 | CB | A4 | 0 | 3 | 16 | 12 | 34 | 21 | 49 |
| Octal | 321 | 313 | 244 | 0 | 3 | 26 | 22 | 64 | 41 | 111 |
| Binary | 11010001 | 11001011 | 10100100 | 0 | 11 | 10110 | 10010 | 110100 | 100001 | 1001001 |
Color Harmonies of #D1CBA4
Complementary color
Monochromatic Colors of #D1CBA4
Black with #D1CBA4
Text Example
Text Example
White with #D1CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBA4; }
p { color: rgb(209,203,164); }
H1.HeaderClassName
{
color: #D1CBA4;
}
.AnyTagClassName
{
color: #D1CBA4;
}
</style>
background-color css
<style>
a { background-color: #D1CBA4; }
a { background-color: rgb(209,203,164); }
div.DivClassName
{
background-color: #D1CBA4;
}
.BgClassName
{
background-color: #D1CBA4;
}
</style>
border-color css
<style>
span { border-color: #D1CBA4; }
span { border-color: rgb(209,203,164); }
td.TdClassName
{
border-color: #D1CBA4;
}
.TagClassName
{
border-color: #D1CBA4;
}
</style>