Shades of Goldenrod #CCD96E
Tints of Goldenrod #CCD96E
RGB
CMYK
RGB Variations
Color information
#CCD96E (or 0xCCD96E) is known color: Goldenrod. HEX triplet: CC, D9 and 6E. RGB value is (204,217,110). Sum of RGB (Red+Green+Blue) = 204+217+110=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD96E is #332691. Grayscale: #C9C9C9. Windows color (decimal): -3352210 or 7264716. OLE color: 7264716.
HSL color Cylindrical-coordinate representation of color #CCD96E: hue angle of 67.29º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCD96E is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 110 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.15 |
| HSL | 67.29º | 0.58% | 0.64% | - |
| HSV(B) | 67.29º | 0.49% | 0.85% | - |
| XYZ | 52.53 | 63.59 | 24.26 | - |
| YUV | 200.92 | 76.69 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 110 | 0.06 | 0 | 0.49 | 0.15 | 67.29 | 0.58 | 0.64 |
| Hex | CC | D9 | 6E | 6 | 0 | 31 | F | 43 | 3A | 40 |
| Octal | 314 | 331 | 156 | 6 | 0 | 61 | 17 | 103 | 72 | 100 |
| Binary | 11001100 | 11011001 | 1101110 | 110 | 0 | 110001 | 1111 | 1000011 | 111010 | 1000000 |
Color Harmonies of #CCD96E
Complementary color
Monochromatic Colors of #CCD96E
Black with #CCD96E
Text Example
Text Example
White with #CCD96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD96E; }
p { color: rgb(204,217,110); }
H1.HeaderClassName
{
color: #CCD96E;
}
.AnyTagClassName
{
color: #CCD96E;
}
</style>
background-color css
<style>
a { background-color: #CCD96E; }
a { background-color: rgb(204,217,110); }
div.DivClassName
{
background-color: #CCD96E;
}
.BgClassName
{
background-color: #CCD96E;
}
</style>
border-color css
<style>
span { border-color: #CCD96E; }
span { border-color: rgb(204,217,110); }
td.TdClassName
{
border-color: #CCD96E;
}
.TagClassName
{
border-color: #CCD96E;
}
</style>