Shades of Tahuna Sands #CDC99E
Tints of Tahuna Sands #CDC99E
RGB
CMYK
RGB Variations
Color information
#CDC99E (or 0xCDC99E) is known color: Tahuna Sands. HEX triplet: CD, C9 and 9E. RGB value is (205,201,158). Sum of RGB (Red+Green+Blue) = 205+201+158=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC99E is #323661. Grayscale: #C5C5C5. Windows color (decimal): -3290722 or 10406349. OLE color: 10406349.
HSL color Cylindrical-coordinate representation of color #CDC99E: hue angle of 54.89º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDC99E is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 158 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.20 |
| HSL | 54.89º | 0.32% | 0.71% | - |
| HSV(B) | 54.89º | 0.23% | 0.8% | - |
| XYZ | 52.24 | 57.22 | 40.64 | - |
| YUV | 197.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 158 | 0 | 0.02 | 0.23 | 0.20 | 54.89 | 0.32 | 0.71 |
| Hex | CD | C9 | 9E | 0 | 2 | 17 | 14 | 37 | 20 | 47 |
| Octal | 315 | 311 | 236 | 0 | 2 | 27 | 24 | 67 | 40 | 107 |
| Binary | 11001101 | 11001001 | 10011110 | 0 | 10 | 10111 | 10100 | 110111 | 100000 | 1000111 |
Color Harmonies of #CDC99E
Complementary color
Monochromatic Colors of #CDC99E
Black with #CDC99E
Text Example
Text Example
White with #CDC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC99E; }
p { color: rgb(205,201,158); }
H1.HeaderClassName
{
color: #CDC99E;
}
.AnyTagClassName
{
color: #CDC99E;
}
</style>
background-color css
<style>
a { background-color: #CDC99E; }
a { background-color: rgb(205,201,158); }
div.DivClassName
{
background-color: #CDC99E;
}
.BgClassName
{
background-color: #CDC99E;
}
</style>
border-color css
<style>
span { border-color: #CDC99E; }
span { border-color: rgb(205,201,158); }
td.TdClassName
{
border-color: #CDC99E;
}
.TagClassName
{
border-color: #CDC99E;
}
</style>