Shades of Tahuna Sands #CDC498
Tints of Tahuna Sands #CDC498
RGB
CMYK
RGB Variations
Color information
#CDC498 (or 0xCDC498) is known color: Tahuna Sands. HEX triplet: CD, C4 and 98. RGB value is (205,196,152). Sum of RGB (Red+Green+Blue) = 205+196+152=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC498 is #323B67. Grayscale: #C1C1C1. Windows color (decimal): -3292008 or 10011853. OLE color: 10011853.
HSL color Cylindrical-coordinate representation of color #CDC498: hue angle of 49.81º 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 #CDC498 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 152 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.20 |
| HSL | 49.81º | 0.35% | 0.7% | - |
| HSV(B) | 49.81º | 0.26% | 0.8% | - |
| XYZ | 50.58 | 54.73 | 37.6 | - |
| YUV | 193.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 152 | 0 | 0.04 | 0.26 | 0.20 | 49.81 | 0.35 | 0.7 |
| Hex | CD | C4 | 98 | 0 | 4 | 1A | 14 | 32 | 23 | 46 |
| Octal | 315 | 304 | 230 | 0 | 4 | 32 | 24 | 62 | 43 | 106 |
| Binary | 11001101 | 11000100 | 10011000 | 0 | 100 | 11010 | 10100 | 110010 | 100011 | 1000110 |
Color Harmonies of #CDC498
Complementary color
Monochromatic Colors of #CDC498
Black with #CDC498
Text Example
Text Example
White with #CDC498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC498; }
p { color: rgb(205,196,152); }
H1.HeaderClassName
{
color: #CDC498;
}
.AnyTagClassName
{
color: #CDC498;
}
</style>
background-color css
<style>
a { background-color: #CDC498; }
a { background-color: rgb(205,196,152); }
div.DivClassName
{
background-color: #CDC498;
}
.BgClassName
{
background-color: #CDC498;
}
</style>
border-color css
<style>
span { border-color: #CDC498; }
span { border-color: rgb(205,196,152); }
td.TdClassName
{
border-color: #CDC498;
}
.TagClassName
{
border-color: #CDC498;
}
</style>