Shades of Tahuna Sands #D1CF9C
Tints of Tahuna Sands #D1CF9C
RGB
CMYK
RGB Variations
Color information
#D1CF9C (or 0xD1CF9C) is known color: Tahuna Sands. HEX triplet: D1, CF and 9C. RGB value is (209,207,156). Sum of RGB (Red+Green+Blue) = 209+207+156=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CF9C is #2E3063. Grayscale: #C9C9C9. Windows color (decimal): -3027044 or 10276817. OLE color: 10276817.
HSL color Cylindrical-coordinate representation of color #D1CF9C: hue angle of 57.74º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1CF9C is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 156 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.18 |
| HSL | 57.74º | 0.37% | 0.72% | - |
| HSV(B) | 57.74º | 0.25% | 0.82% | - |
| XYZ | 54.61 | 60.58 | 40.27 | - |
| YUV | 201.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 156 | 0 | 0.01 | 0.25 | 0.18 | 57.74 | 0.37 | 0.72 |
| Hex | D1 | CF | 9C | 0 | 1 | 19 | 12 | 3A | 25 | 48 |
| Octal | 321 | 317 | 234 | 0 | 1 | 31 | 22 | 72 | 45 | 110 |
| Binary | 11010001 | 11001111 | 10011100 | 0 | 1 | 11001 | 10010 | 111010 | 100101 | 1001000 |
Color Harmonies of #D1CF9C
Complementary color
Monochromatic Colors of #D1CF9C
Black with #D1CF9C
Text Example
Text Example
White with #D1CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF9C; }
p { color: rgb(209,207,156); }
H1.HeaderClassName
{
color: #D1CF9C;
}
.AnyTagClassName
{
color: #D1CF9C;
}
</style>
background-color css
<style>
a { background-color: #D1CF9C; }
a { background-color: rgb(209,207,156); }
div.DivClassName
{
background-color: #D1CF9C;
}
.BgClassName
{
background-color: #D1CF9C;
}
</style>
border-color css
<style>
span { border-color: #D1CF9C; }
span { border-color: rgb(209,207,156); }
td.TdClassName
{
border-color: #D1CF9C;
}
.TagClassName
{
border-color: #D1CF9C;
}
</style>