Shades of Tahuna Sands #D7CFA3
Tints of Tahuna Sands #D7CFA3
RGB
CMYK
RGB Variations
Color information
#D7CFA3 (or 0xD7CFA3) is known color: Tahuna Sands. HEX triplet: D7, CF and A3. RGB value is (215,207,163). Sum of RGB (Red+Green+Blue) = 215+207+163=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CFA3 is #28305C. Grayscale: #CCCCCC. Windows color (decimal): -2633821 or 10735575. OLE color: 10735575.
HSL color Cylindrical-coordinate representation of color #D7CFA3: hue angle of 50.77º degrees, saturation: 0.39, 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 #D7CFA3 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 163 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.16 |
| HSL | 50.77º | 0.39% | 0.74% | - |
| HSV(B) | 50.77º | 0.24% | 0.84% | - |
| XYZ | 56.95 | 61.72 | 43.56 | - |
| YUV | 204.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 163 | 0 | 0.04 | 0.24 | 0.16 | 50.77 | 0.39 | 0.74 |
| Hex | D7 | CF | A3 | 0 | 4 | 18 | 10 | 33 | 27 | 4A |
| Octal | 327 | 317 | 243 | 0 | 4 | 30 | 20 | 63 | 47 | 112 |
| Binary | 11010111 | 11001111 | 10100011 | 0 | 100 | 11000 | 10000 | 110011 | 100111 | 1001010 |
Color Harmonies of #D7CFA3
Complementary color
Monochromatic Colors of #D7CFA3
Black with #D7CFA3
Text Example
Text Example
White with #D7CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFA3; }
p { color: rgb(215,207,163); }
H1.HeaderClassName
{
color: #D7CFA3;
}
.AnyTagClassName
{
color: #D7CFA3;
}
</style>
background-color css
<style>
a { background-color: #D7CFA3; }
a { background-color: rgb(215,207,163); }
div.DivClassName
{
background-color: #D7CFA3;
}
.BgClassName
{
background-color: #D7CFA3;
}
</style>
border-color css
<style>
span { border-color: #D7CFA3; }
span { border-color: rgb(215,207,163); }
td.TdClassName
{
border-color: #D7CFA3;
}
.TagClassName
{
border-color: #D7CFA3;
}
</style>