Shades of Tahuna Sands #D5CB8F
Tints of Tahuna Sands #D5CB8F
RGB
CMYK
RGB Variations
Color information
#D5CB8F (or 0xD5CB8F) is known color: Tahuna Sands. HEX triplet: D5, CB and 8F. RGB value is (213,203,143). Sum of RGB (Red+Green+Blue) = 213+203+143=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB8F is #2A3470. Grayscale: #C7C7C7. Windows color (decimal): -2765937 or 9423829. OLE color: 9423829.
HSL color Cylindrical-coordinate representation of color #D5CB8F: hue angle of 51.43º degrees, saturation: 0.45, 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 #D5CB8F is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 143 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.16 |
| HSL | 51.43º | 0.45% | 0.7% | - |
| HSV(B) | 51.43º | 0.33% | 0.84% | - |
| XYZ | 53.75 | 58.84 | 34.51 | - |
| YUV | 199.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 143 | 0 | 0.05 | 0.33 | 0.16 | 51.43 | 0.45 | 0.7 |
| Hex | D5 | CB | 8F | 0 | 5 | 21 | 10 | 33 | 2D | 46 |
| Octal | 325 | 313 | 217 | 0 | 5 | 41 | 20 | 63 | 55 | 106 |
| Binary | 11010101 | 11001011 | 10001111 | 0 | 101 | 100001 | 10000 | 110011 | 101101 | 1000110 |
Color Harmonies of #D5CB8F
Complementary color
Monochromatic Colors of #D5CB8F
Black with #D5CB8F
Text Example
Text Example
White with #D5CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB8F; }
p { color: rgb(213,203,143); }
H1.HeaderClassName
{
color: #D5CB8F;
}
.AnyTagClassName
{
color: #D5CB8F;
}
</style>
background-color css
<style>
a { background-color: #D5CB8F; }
a { background-color: rgb(213,203,143); }
div.DivClassName
{
background-color: #D5CB8F;
}
.BgClassName
{
background-color: #D5CB8F;
}
</style>
border-color css
<style>
span { border-color: #D5CB8F; }
span { border-color: rgb(213,203,143); }
td.TdClassName
{
border-color: #D5CB8F;
}
.TagClassName
{
border-color: #D5CB8F;
}
</style>