Shades of Goldenrod #CCD56F
Tints of Goldenrod #CCD56F
RGB
CMYK
RGB Variations
Color information
#CCD56F (or 0xCCD56F) is known color: Goldenrod. HEX triplet: CC, D5 and 6F. RGB value is (204,213,111). Sum of RGB (Red+Green+Blue) = 204+213+111=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD56F is #332A90. Grayscale: #C7C7C7. Windows color (decimal): -3353233 or 7329228. OLE color: 7329228.
HSL color Cylindrical-coordinate representation of color #CCD56F: hue angle of 65.29º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCD56F is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 111 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.16 |
| HSL | 65.29º | 0.55% | 0.64% | - |
| HSV(B) | 65.29º | 0.48% | 0.84% | - |
| XYZ | 51.57 | 61.57 | 24.21 | - |
| YUV | 198.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 111 | 0.04 | 0 | 0.48 | 0.16 | 65.29 | 0.55 | 0.64 |
| Hex | CC | D5 | 6F | 4 | 0 | 30 | 10 | 41 | 37 | 40 |
| Octal | 314 | 325 | 157 | 4 | 0 | 60 | 20 | 101 | 67 | 100 |
| Binary | 11001100 | 11010101 | 1101111 | 100 | 0 | 110000 | 10000 | 1000001 | 110111 | 1000000 |
Color Harmonies of #CCD56F
Complementary color
Monochromatic Colors of #CCD56F
Black with #CCD56F
Text Example
Text Example
White with #CCD56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD56F; }
p { color: rgb(204,213,111); }
H1.HeaderClassName
{
color: #CCD56F;
}
.AnyTagClassName
{
color: #CCD56F;
}
</style>
background-color css
<style>
a { background-color: #CCD56F; }
a { background-color: rgb(204,213,111); }
div.DivClassName
{
background-color: #CCD56F;
}
.BgClassName
{
background-color: #CCD56F;
}
</style>
border-color css
<style>
span { border-color: #CCD56F; }
span { border-color: rgb(204,213,111); }
td.TdClassName
{
border-color: #CCD56F;
}
.TagClassName
{
border-color: #CCD56F;
}
</style>