Shades of Tahuna Sands #D7CB8F
Tints of Tahuna Sands #D7CB8F
RGB
CMYK
RGB Variations
Color information
#D7CB8F (or 0xD7CB8F) is known color: Tahuna Sands. HEX triplet: D7, CB and 8F. RGB value is (215,203,143). Sum of RGB (Red+Green+Blue) = 215+203+143=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CB8F is #283470. Grayscale: #C7C7C7. Windows color (decimal): -2634865 or 9423831. OLE color: 9423831.
HSL color Cylindrical-coordinate representation of color #D7CB8F: hue angle of 50º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7CB8F is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 143 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.16 |
| HSL | 50º | 0.47% | 0.7% | - |
| HSV(B) | 50º | 0.33% | 0.84% | - |
| XYZ | 54.34 | 59.14 | 34.54 | - |
| YUV | 199.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 143 | 0 | 0.06 | 0.33 | 0.16 | 50 | 0.47 | 0.7 |
| Hex | D7 | CB | 8F | 0 | 6 | 21 | 10 | 32 | 2F | 46 |
| Octal | 327 | 313 | 217 | 0 | 6 | 41 | 20 | 62 | 57 | 106 |
| Binary | 11010111 | 11001011 | 10001111 | 0 | 110 | 100001 | 10000 | 110010 | 101111 | 1000110 |
Color Harmonies of #D7CB8F
Complementary color
Monochromatic Colors of #D7CB8F
Black with #D7CB8F
Text Example
Text Example
White with #D7CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB8F; }
p { color: rgb(215,203,143); }
H1.HeaderClassName
{
color: #D7CB8F;
}
.AnyTagClassName
{
color: #D7CB8F;
}
</style>
background-color css
<style>
a { background-color: #D7CB8F; }
a { background-color: rgb(215,203,143); }
div.DivClassName
{
background-color: #D7CB8F;
}
.BgClassName
{
background-color: #D7CB8F;
}
</style>
border-color css
<style>
span { border-color: #D7CB8F; }
span { border-color: rgb(215,203,143); }
td.TdClassName
{
border-color: #D7CB8F;
}
.TagClassName
{
border-color: #D7CB8F;
}
</style>