Shades of Tahuna Sands #D1CDA5
Tints of Tahuna Sands #D1CDA5
RGB
CMYK
RGB Variations
Color information
#D1CDA5 (or 0xD1CDA5) is known color: Tahuna Sands. HEX triplet: D1, CD and A5. RGB value is (209,205,165). Sum of RGB (Red+Green+Blue) = 209+205+165=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CDA5 is #2E325A. Grayscale: #C9C9C9. Windows color (decimal): -3027547 or 10866129. OLE color: 10866129.
HSL color Cylindrical-coordinate representation of color #D1CDA5: 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 #D1CDA5 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 165 | - |
| 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.92 | 59.93 | 44.27 | - |
| YUV | 201.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 165 | 0 | 0.02 | 0.21 | 0.18 | 54.55 | 0.32 | 0.73 |
| Hex | D1 | CD | A5 | 0 | 2 | 15 | 12 | 37 | 20 | 49 |
| Octal | 321 | 315 | 245 | 0 | 2 | 25 | 22 | 67 | 40 | 111 |
| Binary | 11010001 | 11001101 | 10100101 | 0 | 10 | 10101 | 10010 | 110111 | 100000 | 1001001 |
Color Harmonies of #D1CDA5
Complementary color
Monochromatic Colors of #D1CDA5
Black with #D1CDA5
Text Example
Text Example
White with #D1CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDA5; }
p { color: rgb(209,205,165); }
H1.HeaderClassName
{
color: #D1CDA5;
}
.AnyTagClassName
{
color: #D1CDA5;
}
</style>
background-color css
<style>
a { background-color: #D1CDA5; }
a { background-color: rgb(209,205,165); }
div.DivClassName
{
background-color: #D1CDA5;
}
.BgClassName
{
background-color: #D1CDA5;
}
</style>
border-color css
<style>
span { border-color: #D1CDA5; }
span { border-color: rgb(209,205,165); }
td.TdClassName
{
border-color: #D1CDA5;
}
.TagClassName
{
border-color: #D1CDA5;
}
</style>