Shades of Tahuna Sands #CDCC9D
Tints of Tahuna Sands #CDCC9D
RGB
CMYK
RGB Variations
Color information
#CDCC9D (or 0xCDCC9D) is known color: Tahuna Sands. HEX triplet: CD, CC and 9D. RGB value is (205,204,157). Sum of RGB (Red+Green+Blue) = 205+204+157=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC9D is #323362. Grayscale: #C7C7C7. Windows color (decimal): -3289955 or 10341581. OLE color: 10341581.
HSL color Cylindrical-coordinate representation of color #CDCC9D: hue angle of 58.75º 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 #CDCC9D is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 157 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.20 |
| HSL | 58.75º | 0.32% | 0.71% | - |
| HSV(B) | 58.75º | 0.23% | 0.8% | - |
| XYZ | 52.86 | 58.6 | 40.42 | - |
| YUV | 198.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 157 | 0 | 0.00 | 0.23 | 0.20 | 58.75 | 0.32 | 0.71 |
| Hex | CD | CC | 9D | 0 | 0 | 17 | 14 | 3B | 20 | 47 |
| Octal | 315 | 314 | 235 | 0 | 0 | 27 | 24 | 73 | 40 | 107 |
| Binary | 11001101 | 11001100 | 10011101 | 0 | 0 | 10111 | 10100 | 111011 | 100000 | 1000111 |
Color Harmonies of #CDCC9D
Complementary color
Monochromatic Colors of #CDCC9D
Black with #CDCC9D
Text Example
Text Example
White with #CDCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC9D; }
p { color: rgb(205,204,157); }
H1.HeaderClassName
{
color: #CDCC9D;
}
.AnyTagClassName
{
color: #CDCC9D;
}
</style>
background-color css
<style>
a { background-color: #CDCC9D; }
a { background-color: rgb(205,204,157); }
div.DivClassName
{
background-color: #CDCC9D;
}
.BgClassName
{
background-color: #CDCC9D;
}
</style>
border-color css
<style>
span { border-color: #CDCC9D; }
span { border-color: rgb(205,204,157); }
td.TdClassName
{
border-color: #CDCC9D;
}
.TagClassName
{
border-color: #CDCC9D;
}
</style>