Shades of Tahuna Sands #CDC99D
Tints of Tahuna Sands #CDC99D
RGB
CMYK
RGB Variations
Color information
#CDC99D (or 0xCDC99D) is known color: Tahuna Sands. HEX triplet: CD, C9 and 9D. RGB value is (205,201,157). Sum of RGB (Red+Green+Blue) = 205+201+157=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC99D is #323662. Grayscale: #C5C5C5. Windows color (decimal): -3290723 or 10340813. OLE color: 10340813.
HSL color Cylindrical-coordinate representation of color #CDC99D: hue angle of 55º 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 #CDC99D is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 157 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.20 |
| HSL | 55º | 0.32% | 0.71% | - |
| HSV(B) | 55º | 0.23% | 0.8% | - |
| XYZ | 52.15 | 57.19 | 40.19 | - |
| YUV | 197.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 157 | 0 | 0.02 | 0.23 | 0.20 | 55 | 0.32 | 0.71 |
| Hex | CD | C9 | 9D | 0 | 2 | 17 | 14 | 37 | 20 | 47 |
| Octal | 315 | 311 | 235 | 0 | 2 | 27 | 24 | 67 | 40 | 107 |
| Binary | 11001101 | 11001001 | 10011101 | 0 | 10 | 10111 | 10100 | 110111 | 100000 | 1000111 |
Color Harmonies of #CDC99D
Complementary color
Monochromatic Colors of #CDC99D
Black with #CDC99D
Text Example
Text Example
White with #CDC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC99D; }
p { color: rgb(205,201,157); }
H1.HeaderClassName
{
color: #CDC99D;
}
.AnyTagClassName
{
color: #CDC99D;
}
</style>
background-color css
<style>
a { background-color: #CDC99D; }
a { background-color: rgb(205,201,157); }
div.DivClassName
{
background-color: #CDC99D;
}
.BgClassName
{
background-color: #CDC99D;
}
</style>
border-color css
<style>
span { border-color: #CDC99D; }
span { border-color: rgb(205,201,157); }
td.TdClassName
{
border-color: #CDC99D;
}
.TagClassName
{
border-color: #CDC99D;
}
</style>