Shades of Tahuna Sands #D5C69C
Tints of Tahuna Sands #D5C69C
RGB
CMYK
RGB Variations
Color information
#D5C69C (or 0xD5C69C) is known color: Tahuna Sands. HEX triplet: D5, C6 and 9C. RGB value is (213,198,156). Sum of RGB (Red+Green+Blue) = 213+198+156=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C69C is #2A3963. Grayscale: #C5C5C5. Windows color (decimal): -2767204 or 10274517. OLE color: 10274517.
HSL color Cylindrical-coordinate representation of color #D5C69C: hue angle of 44.21º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5C69C is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 156 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.16 |
| HSL | 44.21º | 0.4% | 0.72% | - |
| HSV(B) | 44.21º | 0.27% | 0.84% | - |
| XYZ | 53.64 | 56.93 | 39.62 | - |
| YUV | 197.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 156 | 0 | 0.07 | 0.27 | 0.16 | 44.21 | 0.4 | 0.72 |
| Hex | D5 | C6 | 9C | 0 | 7 | 1B | 10 | 2C | 28 | 48 |
| Octal | 325 | 306 | 234 | 0 | 7 | 33 | 20 | 54 | 50 | 110 |
| Binary | 11010101 | 11000110 | 10011100 | 0 | 111 | 11011 | 10000 | 101100 | 101000 | 1001000 |
Color Harmonies of #D5C69C
Complementary color
Monochromatic Colors of #D5C69C
Black with #D5C69C
Text Example
Text Example
White with #D5C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C69C; }
p { color: rgb(213,198,156); }
H1.HeaderClassName
{
color: #D5C69C;
}
.AnyTagClassName
{
color: #D5C69C;
}
</style>
background-color css
<style>
a { background-color: #D5C69C; }
a { background-color: rgb(213,198,156); }
div.DivClassName
{
background-color: #D5C69C;
}
.BgClassName
{
background-color: #D5C69C;
}
</style>
border-color css
<style>
span { border-color: #D5C69C; }
span { border-color: rgb(213,198,156); }
td.TdClassName
{
border-color: #D5C69C;
}
.TagClassName
{
border-color: #D5C69C;
}
</style>