Shades of Goldenrod #CCD96B
Tints of Goldenrod #CCD96B
RGB
CMYK
RGB Variations
Color information
#CCD96B (or 0xCCD96B) is known color: Goldenrod. HEX triplet: CC, D9 and 6B. RGB value is (204,217,107). Sum of RGB (Red+Green+Blue) = 204+217+107=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD96B is #332694. Grayscale: #C9C9C9. Windows color (decimal): -3352213 or 7068108. OLE color: 7068108.
HSL color Cylindrical-coordinate representation of color #CCD96B: hue angle of 67.09º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCD96B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 107 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.15 |
| HSL | 67.09º | 0.59% | 0.64% | - |
| HSV(B) | 67.09º | 0.51% | 0.85% | - |
| XYZ | 52.37 | 63.52 | 23.41 | - |
| YUV | 200.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 107 | 0.06 | 0 | 0.51 | 0.15 | 67.09 | 0.59 | 0.64 |
| Hex | CC | D9 | 6B | 6 | 0 | 33 | F | 43 | 3B | 40 |
| Octal | 314 | 331 | 153 | 6 | 0 | 63 | 17 | 103 | 73 | 100 |
| Binary | 11001100 | 11011001 | 1101011 | 110 | 0 | 110011 | 1111 | 1000011 | 111011 | 1000000 |
Color Harmonies of #CCD96B
Complementary color
Monochromatic Colors of #CCD96B
Black with #CCD96B
Text Example
Text Example
White with #CCD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD96B; }
p { color: rgb(204,217,107); }
H1.HeaderClassName
{
color: #CCD96B;
}
.AnyTagClassName
{
color: #CCD96B;
}
</style>
background-color css
<style>
a { background-color: #CCD96B; }
a { background-color: rgb(204,217,107); }
div.DivClassName
{
background-color: #CCD96B;
}
.BgClassName
{
background-color: #CCD96B;
}
</style>
border-color css
<style>
span { border-color: #CCD96B; }
span { border-color: rgb(204,217,107); }
td.TdClassName
{
border-color: #CCD96B;
}
.TagClassName
{
border-color: #CCD96B;
}
</style>