Shades of Tahuna Sands #CDC997
Tints of Tahuna Sands #CDC997
RGB
CMYK
RGB Variations
Color information
#CDC997 (or 0xCDC997) is known color: Tahuna Sands. HEX triplet: CD, C9 and 97. RGB value is (205,201,151). Sum of RGB (Red+Green+Blue) = 205+201+151=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC997 is #323668. Grayscale: #C4C4C4. Windows color (decimal): -3290729 or 9947597. OLE color: 9947597.
HSL color Cylindrical-coordinate representation of color #CDC997: hue angle of 55.56º 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 #CDC997 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 151 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.20 |
| HSL | 55.56º | 0.35% | 0.7% | - |
| HSV(B) | 55.56º | 0.26% | 0.8% | - |
| XYZ | 51.65 | 56.99 | 37.56 | - |
| YUV | 196.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 151 | 0 | 0.02 | 0.26 | 0.20 | 55.56 | 0.35 | 0.7 |
| Hex | CD | C9 | 97 | 0 | 2 | 1A | 14 | 38 | 23 | 46 |
| Octal | 315 | 311 | 227 | 0 | 2 | 32 | 24 | 70 | 43 | 106 |
| Binary | 11001101 | 11001001 | 10010111 | 0 | 10 | 11010 | 10100 | 111000 | 100011 | 1000110 |
Color Harmonies of #CDC997
Complementary color
Monochromatic Colors of #CDC997
Black with #CDC997
Text Example
Text Example
White with #CDC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC997; }
p { color: rgb(205,201,151); }
H1.HeaderClassName
{
color: #CDC997;
}
.AnyTagClassName
{
color: #CDC997;
}
</style>
background-color css
<style>
a { background-color: #CDC997; }
a { background-color: rgb(205,201,151); }
div.DivClassName
{
background-color: #CDC997;
}
.BgClassName
{
background-color: #CDC997;
}
</style>
border-color css
<style>
span { border-color: #CDC997; }
span { border-color: rgb(205,201,151); }
td.TdClassName
{
border-color: #CDC997;
}
.TagClassName
{
border-color: #CDC997;
}
</style>