Shades of Tahuna Sands #CDC698
Tints of Tahuna Sands #CDC698
RGB
CMYK
RGB Variations
Color information
#CDC698 (or 0xCDC698) is known color: Tahuna Sands. HEX triplet: CD, C6 and 98. RGB value is (205,198,152). Sum of RGB (Red+Green+Blue) = 205+198+152=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC698 is #323967. Grayscale: #C3C3C3. Windows color (decimal): -3291496 or 10012365. OLE color: 10012365.
HSL color Cylindrical-coordinate representation of color #CDC698: hue angle of 52.08º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDC698 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 152 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.20 |
| HSL | 52.08º | 0.35% | 0.7% | - |
| HSV(B) | 52.08º | 0.26% | 0.8% | - |
| XYZ | 51.04 | 55.63 | 37.75 | - |
| YUV | 194.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 152 | 0 | 0.03 | 0.26 | 0.20 | 52.08 | 0.35 | 0.7 |
| Hex | CD | C6 | 98 | 0 | 3 | 1A | 14 | 34 | 23 | 46 |
| Octal | 315 | 306 | 230 | 0 | 3 | 32 | 24 | 64 | 43 | 106 |
| Binary | 11001101 | 11000110 | 10011000 | 0 | 11 | 11010 | 10100 | 110100 | 100011 | 1000110 |
Color Harmonies of #CDC698
Complementary color
Monochromatic Colors of #CDC698
Black with #CDC698
Text Example
Text Example
White with #CDC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC698; }
p { color: rgb(205,198,152); }
H1.HeaderClassName
{
color: #CDC698;
}
.AnyTagClassName
{
color: #CDC698;
}
</style>
background-color css
<style>
a { background-color: #CDC698; }
a { background-color: rgb(205,198,152); }
div.DivClassName
{
background-color: #CDC698;
}
.BgClassName
{
background-color: #CDC698;
}
</style>
border-color css
<style>
span { border-color: #CDC698; }
span { border-color: rgb(205,198,152); }
td.TdClassName
{
border-color: #CDC698;
}
.TagClassName
{
border-color: #CDC698;
}
</style>