Shades of Tahuna Sands #D0CAA4
Tints of Tahuna Sands #D0CAA4
RGB
CMYK
RGB Variations
Color information
#D0CAA4 (or 0xD0CAA4) is known color: Tahuna Sands. HEX triplet: D0, CA and A4. RGB value is (208,202,164). Sum of RGB (Red+Green+Blue) = 208+202+164=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CAA4 is #2F355B. Grayscale: #C7C7C7. Windows color (decimal): -3093852 or 10799824. OLE color: 10799824.
HSL color Cylindrical-coordinate representation of color #D0CAA4: hue angle of 51.82º 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 #D0CAA4 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 164 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.18 |
| HSL | 51.82º | 0.32% | 0.73% | - |
| HSV(B) | 51.82º | 0.21% | 0.82% | - |
| XYZ | 53.83 | 58.33 | 43.54 | - |
| YUV | 199.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 164 | 0 | 0.03 | 0.21 | 0.18 | 51.82 | 0.32 | 0.73 |
| Hex | D0 | CA | A4 | 0 | 3 | 15 | 12 | 34 | 20 | 49 |
| Octal | 320 | 312 | 244 | 0 | 3 | 25 | 22 | 64 | 40 | 111 |
| Binary | 11010000 | 11001010 | 10100100 | 0 | 11 | 10101 | 10010 | 110100 | 100000 | 1001001 |
Color Harmonies of #D0CAA4
Complementary color
Monochromatic Colors of #D0CAA4
Black with #D0CAA4
Text Example
Text Example
White with #D0CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CAA4; }
p { color: rgb(208,202,164); }
H1.HeaderClassName
{
color: #D0CAA4;
}
.AnyTagClassName
{
color: #D0CAA4;
}
</style>
background-color css
<style>
a { background-color: #D0CAA4; }
a { background-color: rgb(208,202,164); }
div.DivClassName
{
background-color: #D0CAA4;
}
.BgClassName
{
background-color: #D0CAA4;
}
</style>
border-color css
<style>
span { border-color: #D0CAA4; }
span { border-color: rgb(208,202,164); }
td.TdClassName
{
border-color: #D0CAA4;
}
.TagClassName
{
border-color: #D0CAA4;
}
</style>