Shades of Goldenrod #CCD96C
Tints of Goldenrod #CCD96C
RGB
CMYK
RGB Variations
Color information
#CCD96C (or 0xCCD96C) is known color: Goldenrod. HEX triplet: CC, D9 and 6C. RGB value is (204,217,108). Sum of RGB (Red+Green+Blue) = 204+217+108=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD96C is #332693. Grayscale: #C9C9C9. Windows color (decimal): -3352212 or 7133644. OLE color: 7133644.
HSL color Cylindrical-coordinate representation of color #CCD96C: hue angle of 67.16º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD96C is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 108 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.15 |
| HSL | 67.16º | 0.59% | 0.64% | - |
| HSV(B) | 67.16º | 0.5% | 0.85% | - |
| XYZ | 52.42 | 63.55 | 23.69 | - |
| YUV | 200.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 108 | 0.06 | 0 | 0.50 | 0.15 | 67.16 | 0.59 | 0.64 |
| Hex | CC | D9 | 6C | 6 | 0 | 32 | F | 43 | 3B | 40 |
| Octal | 314 | 331 | 154 | 6 | 0 | 62 | 17 | 103 | 73 | 100 |
| Binary | 11001100 | 11011001 | 1101100 | 110 | 0 | 110010 | 1111 | 1000011 | 111011 | 1000000 |
Color Harmonies of #CCD96C
Complementary color
Monochromatic Colors of #CCD96C
Black with #CCD96C
Text Example
Text Example
White with #CCD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD96C; }
p { color: rgb(204,217,108); }
H1.HeaderClassName
{
color: #CCD96C;
}
.AnyTagClassName
{
color: #CCD96C;
}
</style>
background-color css
<style>
a { background-color: #CCD96C; }
a { background-color: rgb(204,217,108); }
div.DivClassName
{
background-color: #CCD96C;
}
.BgClassName
{
background-color: #CCD96C;
}
</style>
border-color css
<style>
span { border-color: #CCD96C; }
span { border-color: rgb(204,217,108); }
td.TdClassName
{
border-color: #CCD96C;
}
.TagClassName
{
border-color: #CCD96C;
}
</style>