Shades of Tahuna Sands #D5CFA2
Tints of Tahuna Sands #D5CFA2
RGB
CMYK
RGB Variations
Color information
#D5CFA2 (or 0xD5CFA2) is known color: Tahuna Sands. HEX triplet: D5, CF and A2. RGB value is (213,207,162). Sum of RGB (Red+Green+Blue) = 213+207+162=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFA2 is #2A305D. Grayscale: #CBCBCB. Windows color (decimal): -2764894 or 10670037. OLE color: 10670037.
HSL color Cylindrical-coordinate representation of color #D5CFA2: hue angle of 52.94º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5CFA2 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 162 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.16 |
| HSL | 52.94º | 0.38% | 0.74% | - |
| HSV(B) | 52.94º | 0.24% | 0.84% | - |
| XYZ | 56.27 | 61.38 | 43.06 | - |
| YUV | 203.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 162 | 0 | 0.03 | 0.24 | 0.16 | 52.94 | 0.38 | 0.74 |
| Hex | D5 | CF | A2 | 0 | 3 | 18 | 10 | 35 | 26 | 4A |
| Octal | 325 | 317 | 242 | 0 | 3 | 30 | 20 | 65 | 46 | 112 |
| Binary | 11010101 | 11001111 | 10100010 | 0 | 11 | 11000 | 10000 | 110101 | 100110 | 1001010 |
Color Harmonies of #D5CFA2
Complementary color
Monochromatic Colors of #D5CFA2
Black with #D5CFA2
Text Example
Text Example
White with #D5CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFA2; }
p { color: rgb(213,207,162); }
H1.HeaderClassName
{
color: #D5CFA2;
}
.AnyTagClassName
{
color: #D5CFA2;
}
</style>
background-color css
<style>
a { background-color: #D5CFA2; }
a { background-color: rgb(213,207,162); }
div.DivClassName
{
background-color: #D5CFA2;
}
.BgClassName
{
background-color: #D5CFA2;
}
</style>
border-color css
<style>
span { border-color: #D5CFA2; }
span { border-color: rgb(213,207,162); }
td.TdClassName
{
border-color: #D5CFA2;
}
.TagClassName
{
border-color: #D5CFA2;
}
</style>