Shades of Goldenrod #CCD96D
Tints of Goldenrod #CCD96D
RGB
CMYK
RGB Variations
Color information
#CCD96D (or 0xCCD96D) is known color: Goldenrod. HEX triplet: CC, D9 and 6D. RGB value is (204,217,109). Sum of RGB (Red+Green+Blue) = 204+217+109=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD96D is #332692. Grayscale: #C9C9C9. Windows color (decimal): -3352211 or 7199180. OLE color: 7199180.
HSL color Cylindrical-coordinate representation of color #CCD96D: hue angle of 67.22º 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 #CCD96D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 109 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.15 |
| HSL | 67.22º | 0.59% | 0.64% | - |
| HSV(B) | 67.22º | 0.5% | 0.85% | - |
| XYZ | 52.48 | 63.57 | 23.97 | - |
| YUV | 200.8 | 76.19 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 109 | 0.06 | 0 | 0.50 | 0.15 | 67.22 | 0.59 | 0.64 |
| Hex | CC | D9 | 6D | 6 | 0 | 32 | F | 43 | 3B | 40 |
| Octal | 314 | 331 | 155 | 6 | 0 | 62 | 17 | 103 | 73 | 100 |
| Binary | 11001100 | 11011001 | 1101101 | 110 | 0 | 110010 | 1111 | 1000011 | 111011 | 1000000 |
Color Harmonies of #CCD96D
Complementary color
Monochromatic Colors of #CCD96D
Black with #CCD96D
Text Example
Text Example
White with #CCD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD96D; }
p { color: rgb(204,217,109); }
H1.HeaderClassName
{
color: #CCD96D;
}
.AnyTagClassName
{
color: #CCD96D;
}
</style>
background-color css
<style>
a { background-color: #CCD96D; }
a { background-color: rgb(204,217,109); }
div.DivClassName
{
background-color: #CCD96D;
}
.BgClassName
{
background-color: #CCD96D;
}
</style>
border-color css
<style>
span { border-color: #CCD96D; }
span { border-color: rgb(204,217,109); }
td.TdClassName
{
border-color: #CCD96D;
}
.TagClassName
{
border-color: #CCD96D;
}
</style>