Shades of Tahuna Sands #D0CCA4
Tints of Tahuna Sands #D0CCA4
RGB
CMYK
RGB Variations
Color information
#D0CCA4 (or 0xD0CCA4) is known color: Tahuna Sands. HEX triplet: D0, CC and A4. RGB value is (208,204,164). Sum of RGB (Red+Green+Blue) = 208+204+164=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CCA4 is #2F335B. Grayscale: #C8C8C8. Windows color (decimal): -3093340 or 10800336. OLE color: 10800336.
HSL color Cylindrical-coordinate representation of color #D0CCA4: hue angle of 54.55º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0CCA4 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 164 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.18 |
| HSL | 54.55º | 0.32% | 0.73% | - |
| HSV(B) | 54.55º | 0.21% | 0.82% | - |
| XYZ | 54.31 | 59.28 | 43.7 | - |
| YUV | 200.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 164 | 0 | 0.02 | 0.21 | 0.18 | 54.55 | 0.32 | 0.73 |
| Hex | D0 | CC | A4 | 0 | 2 | 15 | 12 | 37 | 20 | 49 |
| Octal | 320 | 314 | 244 | 0 | 2 | 25 | 22 | 67 | 40 | 111 |
| Binary | 11010000 | 11001100 | 10100100 | 0 | 10 | 10101 | 10010 | 110111 | 100000 | 1001001 |
Color Harmonies of #D0CCA4
Complementary color
Monochromatic Colors of #D0CCA4
Black with #D0CCA4
Text Example
Text Example
White with #D0CCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCA4; }
p { color: rgb(208,204,164); }
H1.HeaderClassName
{
color: #D0CCA4;
}
.AnyTagClassName
{
color: #D0CCA4;
}
</style>
background-color css
<style>
a { background-color: #D0CCA4; }
a { background-color: rgb(208,204,164); }
div.DivClassName
{
background-color: #D0CCA4;
}
.BgClassName
{
background-color: #D0CCA4;
}
</style>
border-color css
<style>
span { border-color: #D0CCA4; }
span { border-color: rgb(208,204,164); }
td.TdClassName
{
border-color: #D0CCA4;
}
.TagClassName
{
border-color: #D0CCA4;
}
</style>