Shades of Tahuna Sands #D0CCA3
Tints of Tahuna Sands #D0CCA3
RGB
CMYK
RGB Variations
Color information
#D0CCA3 (or 0xD0CCA3) is known color: Tahuna Sands. HEX triplet: D0, CC and A3. RGB value is (208,204,163). Sum of RGB (Red+Green+Blue) = 208+204+163=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 163 (64.06% from 255 or 28.35% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CCA3 is #2F335C. Grayscale: #C8C8C8. Windows color (decimal): -3093341 or 10734800. OLE color: 10734800.
HSL color Cylindrical-coordinate representation of color #D0CCA3: hue angle of 54.67º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0CCA3 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 163 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.18 |
| HSL | 54.67º | 0.32% | 0.73% | - |
| HSV(B) | 54.67º | 0.22% | 0.82% | - |
| XYZ | 54.22 | 59.24 | 43.23 | - |
| YUV | 200.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 163 | 0 | 0.02 | 0.22 | 0.18 | 54.67 | 0.32 | 0.73 |
| Hex | D0 | CC | A3 | 0 | 2 | 16 | 12 | 37 | 20 | 49 |
| Octal | 320 | 314 | 243 | 0 | 2 | 26 | 22 | 67 | 40 | 111 |
| Binary | 11010000 | 11001100 | 10100011 | 0 | 10 | 10110 | 10010 | 110111 | 100000 | 1001001 |
Color Harmonies of #D0CCA3
Complementary color
Monochromatic Colors of #D0CCA3
Black with #D0CCA3
Text Example
Text Example
White with #D0CCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCA3; }
p { color: rgb(208,204,163); }
H1.HeaderClassName
{
color: #D0CCA3;
}
.AnyTagClassName
{
color: #D0CCA3;
}
</style>
background-color css
<style>
a { background-color: #D0CCA3; }
a { background-color: rgb(208,204,163); }
div.DivClassName
{
background-color: #D0CCA3;
}
.BgClassName
{
background-color: #D0CCA3;
}
</style>
border-color css
<style>
span { border-color: #D0CCA3; }
span { border-color: rgb(208,204,163); }
td.TdClassName
{
border-color: #D0CCA3;
}
.TagClassName
{
border-color: #D0CCA3;
}
</style>