Shades of Tahuna Sands #D2CA9C
Tints of Tahuna Sands #D2CA9C
RGB
CMYK
RGB Variations
Color information
#D2CA9C (or 0xD2CA9C) is known color: Tahuna Sands. HEX triplet: D2, CA and 9C. RGB value is (210,202,156). Sum of RGB (Red+Green+Blue) = 210+202+156=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CA9C is #2D3563. Grayscale: #C7C7C7. Windows color (decimal): -2962788 or 10275538. OLE color: 10275538.
HSL color Cylindrical-coordinate representation of color #D2CA9C: hue angle of 51.11º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2CA9C is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 156 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.18 |
| HSL | 51.11º | 0.38% | 0.72% | - |
| HSV(B) | 51.11º | 0.26% | 0.82% | - |
| XYZ | 53.7 | 58.34 | 39.88 | - |
| YUV | 199.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 156 | 0 | 0.04 | 0.26 | 0.18 | 51.11 | 0.38 | 0.72 |
| Hex | D2 | CA | 9C | 0 | 4 | 1A | 12 | 33 | 26 | 48 |
| Octal | 322 | 312 | 234 | 0 | 4 | 32 | 22 | 63 | 46 | 110 |
| Binary | 11010010 | 11001010 | 10011100 | 0 | 100 | 11010 | 10010 | 110011 | 100110 | 1001000 |
Color Harmonies of #D2CA9C
Complementary color
Monochromatic Colors of #D2CA9C
Black with #D2CA9C
Text Example
Text Example
White with #D2CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CA9C; }
p { color: rgb(210,202,156); }
H1.HeaderClassName
{
color: #D2CA9C;
}
.AnyTagClassName
{
color: #D2CA9C;
}
</style>
background-color css
<style>
a { background-color: #D2CA9C; }
a { background-color: rgb(210,202,156); }
div.DivClassName
{
background-color: #D2CA9C;
}
.BgClassName
{
background-color: #D2CA9C;
}
</style>
border-color css
<style>
span { border-color: #D2CA9C; }
span { border-color: rgb(210,202,156); }
td.TdClassName
{
border-color: #D2CA9C;
}
.TagClassName
{
border-color: #D2CA9C;
}
</style>