Shades of Goldenrod #CCD66A
Tints of Goldenrod #CCD66A
RGB
CMYK
RGB Variations
Color information
#CCD66A (or 0xCCD66A) is known color: Goldenrod. HEX triplet: CC, D6 and 6A. RGB value is (204,214,106). Sum of RGB (Red+Green+Blue) = 204+214+106=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD66A is #332995. Grayscale: #C7C7C7. Windows color (decimal): -3352982 or 7001804. OLE color: 7001804.
HSL color Cylindrical-coordinate representation of color #CCD66A: hue angle of 65.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD66A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 106 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.16 |
| HSL | 65.56º | 0.57% | 0.63% | - |
| HSV(B) | 65.56º | 0.5% | 0.84% | - |
| XYZ | 51.55 | 61.97 | 22.88 | - |
| YUV | 198.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 106 | 0.05 | 0 | 0.50 | 0.16 | 65.56 | 0.57 | 0.63 |
| Hex | CC | D6 | 6A | 5 | 0 | 32 | 10 | 42 | 39 | 3F |
| Octal | 314 | 326 | 152 | 5 | 0 | 62 | 20 | 102 | 71 | 77 |
| Binary | 11001100 | 11010110 | 1101010 | 101 | 0 | 110010 | 10000 | 1000010 | 111001 | 111111 |
Color Harmonies of #CCD66A
Complementary color
Monochromatic Colors of #CCD66A
Black with #CCD66A
Text Example
Text Example
White with #CCD66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD66A; }
p { color: rgb(204,214,106); }
H1.HeaderClassName
{
color: #CCD66A;
}
.AnyTagClassName
{
color: #CCD66A;
}
</style>
background-color css
<style>
a { background-color: #CCD66A; }
a { background-color: rgb(204,214,106); }
div.DivClassName
{
background-color: #CCD66A;
}
.BgClassName
{
background-color: #CCD66A;
}
</style>
border-color css
<style>
span { border-color: #CCD66A; }
span { border-color: rgb(204,214,106); }
td.TdClassName
{
border-color: #CCD66A;
}
.TagClassName
{
border-color: #CCD66A;
}
</style>