Shades of Goldenrod #CCD96A
Tints of Goldenrod #CCD96A
RGB
CMYK
RGB Variations
Color information
#CCD96A (or 0xCCD96A) is known color: Goldenrod. HEX triplet: CC, D9 and 6A. RGB value is (204,217,106). Sum of RGB (Red+Green+Blue) = 204+217+106=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD96A is #332695. Grayscale: #C8C8C8. Windows color (decimal): -3352214 or 7002572. OLE color: 7002572.
HSL color Cylindrical-coordinate representation of color #CCD96A: hue angle of 67.03º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCD96A is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 106 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.15 |
| HSL | 67.03º | 0.59% | 0.63% | - |
| HSV(B) | 67.03º | 0.51% | 0.85% | - |
| XYZ | 52.32 | 63.5 | 23.14 | - |
| YUV | 200.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 106 | 0.06 | 0 | 0.51 | 0.15 | 67.03 | 0.59 | 0.63 |
| Hex | CC | D9 | 6A | 6 | 0 | 33 | F | 43 | 3B | 3F |
| Octal | 314 | 331 | 152 | 6 | 0 | 63 | 17 | 103 | 73 | 77 |
| Binary | 11001100 | 11011001 | 1101010 | 110 | 0 | 110011 | 1111 | 1000011 | 111011 | 111111 |
Color Harmonies of #CCD96A
Complementary color
Monochromatic Colors of #CCD96A
Black with #CCD96A
Text Example
Text Example
White with #CCD96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD96A; }
p { color: rgb(204,217,106); }
H1.HeaderClassName
{
color: #CCD96A;
}
.AnyTagClassName
{
color: #CCD96A;
}
</style>
background-color css
<style>
a { background-color: #CCD96A; }
a { background-color: rgb(204,217,106); }
div.DivClassName
{
background-color: #CCD96A;
}
.BgClassName
{
background-color: #CCD96A;
}
</style>
border-color css
<style>
span { border-color: #CCD96A; }
span { border-color: rgb(204,217,106); }
td.TdClassName
{
border-color: #CCD96A;
}
.TagClassName
{
border-color: #CCD96A;
}
</style>