Shades of Tahuna Sands #D5CFA4
Tints of Tahuna Sands #D5CFA4
RGB
CMYK
RGB Variations
Color information
#D5CFA4 (or 0xD5CFA4) is known color: Tahuna Sands. HEX triplet: D5, CF and A4. RGB value is (213,207,164). Sum of RGB (Red+Green+Blue) = 213+207+164=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CFA4 is #2A305B. Grayscale: #CCCCCC. Windows color (decimal): -2764892 or 10801109. OLE color: 10801109.
HSL color Cylindrical-coordinate representation of color #D5CFA4: hue angle of 52.65º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5CFA4 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 164 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.16 |
| HSL | 52.65º | 0.37% | 0.74% | - |
| HSV(B) | 52.65º | 0.23% | 0.84% | - |
| XYZ | 56.45 | 61.45 | 44.01 | - |
| YUV | 203.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 164 | 0 | 0.03 | 0.23 | 0.16 | 52.65 | 0.37 | 0.74 |
| Hex | D5 | CF | A4 | 0 | 3 | 17 | 10 | 35 | 25 | 4A |
| Octal | 325 | 317 | 244 | 0 | 3 | 27 | 20 | 65 | 45 | 112 |
| Binary | 11010101 | 11001111 | 10100100 | 0 | 11 | 10111 | 10000 | 110101 | 100101 | 1001010 |
Color Harmonies of #D5CFA4
Complementary color
Monochromatic Colors of #D5CFA4
Black with #D5CFA4
Text Example
Text Example
White with #D5CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFA4; }
p { color: rgb(213,207,164); }
H1.HeaderClassName
{
color: #D5CFA4;
}
.AnyTagClassName
{
color: #D5CFA4;
}
</style>
background-color css
<style>
a { background-color: #D5CFA4; }
a { background-color: rgb(213,207,164); }
div.DivClassName
{
background-color: #D5CFA4;
}
.BgClassName
{
background-color: #D5CFA4;
}
</style>
border-color css
<style>
span { border-color: #D5CFA4; }
span { border-color: rgb(213,207,164); }
td.TdClassName
{
border-color: #D5CFA4;
}
.TagClassName
{
border-color: #D5CFA4;
}
</style>