Shades of Tahuna Sands #D4CA9C
Tints of Tahuna Sands #D4CA9C
RGB
CMYK
RGB Variations
Color information
#D4CA9C (or 0xD4CA9C) is known color: Tahuna Sands. HEX triplet: D4, CA and 9C. RGB value is (212,202,156). Sum of RGB (Red+Green+Blue) = 212+202+156=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CA9C is #2B3563. Grayscale: #C7C7C7. Windows color (decimal): -2831716 or 10275540. OLE color: 10275540.
HSL color Cylindrical-coordinate representation of color #D4CA9C: hue angle of 49.29º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4CA9C is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 156 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.17 |
| HSL | 49.29º | 0.39% | 0.72% | - |
| HSV(B) | 49.29º | 0.26% | 0.83% | - |
| XYZ | 54.27 | 58.64 | 39.91 | - |
| YUV | 199.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 156 | 0 | 0.05 | 0.26 | 0.17 | 49.29 | 0.39 | 0.72 |
| Hex | D4 | CA | 9C | 0 | 5 | 1A | 11 | 31 | 27 | 48 |
| Octal | 324 | 312 | 234 | 0 | 5 | 32 | 21 | 61 | 47 | 110 |
| Binary | 11010100 | 11001010 | 10011100 | 0 | 101 | 11010 | 10001 | 110001 | 100111 | 1001000 |
Color Harmonies of #D4CA9C
Complementary color
Monochromatic Colors of #D4CA9C
Black with #D4CA9C
Text Example
Text Example
White with #D4CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA9C; }
p { color: rgb(212,202,156); }
H1.HeaderClassName
{
color: #D4CA9C;
}
.AnyTagClassName
{
color: #D4CA9C;
}
</style>
background-color css
<style>
a { background-color: #D4CA9C; }
a { background-color: rgb(212,202,156); }
div.DivClassName
{
background-color: #D4CA9C;
}
.BgClassName
{
background-color: #D4CA9C;
}
</style>
border-color css
<style>
span { border-color: #D4CA9C; }
span { border-color: rgb(212,202,156); }
td.TdClassName
{
border-color: #D4CA9C;
}
.TagClassName
{
border-color: #D4CA9C;
}
</style>