Shades of Tahuna Sands #D4CB98
Tints of Tahuna Sands #D4CB98
RGB
CMYK
RGB Variations
Color information
#D4CB98 (or 0xD4CB98) is known color: Tahuna Sands. HEX triplet: D4, CB and 98. RGB value is (212,203,152). Sum of RGB (Red+Green+Blue) = 212+203+152=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CB98 is #2B3467. Grayscale: #C8C8C8. Windows color (decimal): -2831464 or 10013652. OLE color: 10013652.
HSL color Cylindrical-coordinate representation of color #D4CB98: hue angle of 51º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4CB98 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 152 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.17 |
| HSL | 51º | 0.41% | 0.71% | - |
| HSV(B) | 51º | 0.28% | 0.83% | - |
| XYZ | 54.17 | 58.98 | 38.23 | - |
| YUV | 199.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 152 | 0 | 0.04 | 0.28 | 0.17 | 51 | 0.41 | 0.71 |
| Hex | D4 | CB | 98 | 0 | 4 | 1C | 11 | 33 | 29 | 47 |
| Octal | 324 | 313 | 230 | 0 | 4 | 34 | 21 | 63 | 51 | 107 |
| Binary | 11010100 | 11001011 | 10011000 | 0 | 100 | 11100 | 10001 | 110011 | 101001 | 1000111 |
Color Harmonies of #D4CB98
Complementary color
Monochromatic Colors of #D4CB98
Black with #D4CB98
Text Example
Text Example
White with #D4CB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB98; }
p { color: rgb(212,203,152); }
H1.HeaderClassName
{
color: #D4CB98;
}
.AnyTagClassName
{
color: #D4CB98;
}
</style>
background-color css
<style>
a { background-color: #D4CB98; }
a { background-color: rgb(212,203,152); }
div.DivClassName
{
background-color: #D4CB98;
}
.BgClassName
{
background-color: #D4CB98;
}
</style>
border-color css
<style>
span { border-color: #D4CB98; }
span { border-color: rgb(212,203,152); }
td.TdClassName
{
border-color: #D4CB98;
}
.TagClassName
{
border-color: #D4CB98;
}
</style>