Shades of Tahuna Sands #D8CD90
Tints of Tahuna Sands #D8CD90
RGB
CMYK
RGB Variations
Color information
#D8CD90 (or 0xD8CD90) is known color: Tahuna Sands. HEX triplet: D8, CD and 90. RGB value is (216,205,144). Sum of RGB (Red+Green+Blue) = 216+205+144=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CD90 is #27326F. Grayscale: #C9C9C9. Windows color (decimal): -2568816 or 9489880. OLE color: 9489880.
HSL color Cylindrical-coordinate representation of color #D8CD90: hue angle of 50.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8CD90 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 144 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.15 |
| HSL | 50.83º | 0.48% | 0.71% | - |
| HSV(B) | 50.83º | 0.33% | 0.85% | - |
| XYZ | 55.18 | 60.28 | 35.11 | - |
| YUV | 201.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 144 | 0 | 0.05 | 0.33 | 0.15 | 50.83 | 0.48 | 0.71 |
| Hex | D8 | CD | 90 | 0 | 5 | 21 | F | 33 | 30 | 47 |
| Octal | 330 | 315 | 220 | 0 | 5 | 41 | 17 | 63 | 60 | 107 |
| Binary | 11011000 | 11001101 | 10010000 | 0 | 101 | 100001 | 1111 | 110011 | 110000 | 1000111 |
Color Harmonies of #D8CD90
Complementary color
Monochromatic Colors of #D8CD90
Black with #D8CD90
Text Example
Text Example
White with #D8CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CD90; }
p { color: rgb(216,205,144); }
H1.HeaderClassName
{
color: #D8CD90;
}
.AnyTagClassName
{
color: #D8CD90;
}
</style>
background-color css
<style>
a { background-color: #D8CD90; }
a { background-color: rgb(216,205,144); }
div.DivClassName
{
background-color: #D8CD90;
}
.BgClassName
{
background-color: #D8CD90;
}
</style>
border-color css
<style>
span { border-color: #D8CD90; }
span { border-color: rgb(216,205,144); }
td.TdClassName
{
border-color: #D8CD90;
}
.TagClassName
{
border-color: #D8CD90;
}
</style>