Shades of Tahuna Sands #D3CAA4
Tints of Tahuna Sands #D3CAA4
RGB
CMYK
RGB Variations
Color information
#D3CAA4 (or 0xD3CAA4) is known color: Tahuna Sands. HEX triplet: D3, CA and A4. RGB value is (211,202,164). Sum of RGB (Red+Green+Blue) = 211+202+164=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 164 (64.45% from 255 or 28.42% from 577); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CAA4 is #2C355B. Grayscale: #C8C8C8. Windows color (decimal): -2897244 or 10799827. OLE color: 10799827.
HSL color Cylindrical-coordinate representation of color #D3CAA4: hue angle of 48.51º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3CAA4 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 164 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.17 |
| HSL | 48.51º | 0.35% | 0.74% | - |
| HSV(B) | 48.51º | 0.22% | 0.83% | - |
| XYZ | 54.69 | 58.77 | 43.58 | - |
| YUV | 200.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 164 | 0 | 0.04 | 0.22 | 0.17 | 48.51 | 0.35 | 0.74 |
| Hex | D3 | CA | A4 | 0 | 4 | 16 | 11 | 31 | 23 | 4A |
| Octal | 323 | 312 | 244 | 0 | 4 | 26 | 21 | 61 | 43 | 112 |
| Binary | 11010011 | 11001010 | 10100100 | 0 | 100 | 10110 | 10001 | 110001 | 100011 | 1001010 |
Color Harmonies of #D3CAA4
Complementary color
Monochromatic Colors of #D3CAA4
Black with #D3CAA4
Text Example
Text Example
White with #D3CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAA4; }
p { color: rgb(211,202,164); }
H1.HeaderClassName
{
color: #D3CAA4;
}
.AnyTagClassName
{
color: #D3CAA4;
}
</style>
background-color css
<style>
a { background-color: #D3CAA4; }
a { background-color: rgb(211,202,164); }
div.DivClassName
{
background-color: #D3CAA4;
}
.BgClassName
{
background-color: #D3CAA4;
}
</style>
border-color css
<style>
span { border-color: #D3CAA4; }
span { border-color: rgb(211,202,164); }
td.TdClassName
{
border-color: #D3CAA4;
}
.TagClassName
{
border-color: #D3CAA4;
}
</style>