Shades of Tahuna Sands #CDC699
Tints of Tahuna Sands #CDC699
RGB
CMYK
RGB Variations
Color information
#CDC699 (or 0xCDC699) is known color: Tahuna Sands. HEX triplet: CD, C6 and 99. RGB value is (205,198,153). Sum of RGB (Red+Green+Blue) = 205+198+153=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC699 is #323966. Grayscale: #C3C3C3. Windows color (decimal): -3291495 or 10077901. OLE color: 10077901.
HSL color Cylindrical-coordinate representation of color #CDC699: hue angle of 51.92º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDC699 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 153 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.20 |
| HSL | 51.92º | 0.34% | 0.7% | - |
| HSV(B) | 51.92º | 0.25% | 0.8% | - |
| XYZ | 51.12 | 55.67 | 38.19 | - |
| YUV | 194.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 153 | 0 | 0.03 | 0.25 | 0.20 | 51.92 | 0.34 | 0.7 |
| Hex | CD | C6 | 99 | 0 | 3 | 19 | 14 | 34 | 22 | 46 |
| Octal | 315 | 306 | 231 | 0 | 3 | 31 | 24 | 64 | 42 | 106 |
| Binary | 11001101 | 11000110 | 10011001 | 0 | 11 | 11001 | 10100 | 110100 | 100010 | 1000110 |
Color Harmonies of #CDC699
Complementary color
Monochromatic Colors of #CDC699
Black with #CDC699
Text Example
Text Example
White with #CDC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC699; }
p { color: rgb(205,198,153); }
H1.HeaderClassName
{
color: #CDC699;
}
.AnyTagClassName
{
color: #CDC699;
}
</style>
background-color css
<style>
a { background-color: #CDC699; }
a { background-color: rgb(205,198,153); }
div.DivClassName
{
background-color: #CDC699;
}
.BgClassName
{
background-color: #CDC699;
}
</style>
border-color css
<style>
span { border-color: #CDC699; }
span { border-color: rgb(205,198,153); }
td.TdClassName
{
border-color: #CDC699;
}
.TagClassName
{
border-color: #CDC699;
}
</style>