Shades of Goldenrod #CCD56A
Tints of Goldenrod #CCD56A
RGB
CMYK
RGB Variations
Color information
#CCD56A (or 0xCCD56A) is known color: Goldenrod. HEX triplet: CC, D5 and 6A. RGB value is (204,213,106). Sum of RGB (Red+Green+Blue) = 204+213+106=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD56A is #332A95. Grayscale: #C6C6C6. Windows color (decimal): -3353238 or 7001548. OLE color: 7001548.
HSL color Cylindrical-coordinate representation of color #CCD56A: hue angle of 65.05º degrees, saturation: 0.56, 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 #CCD56A is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 106 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.16 |
| HSL | 65.05º | 0.56% | 0.63% | - |
| HSV(B) | 65.05º | 0.5% | 0.84% | - |
| XYZ | 51.3 | 61.47 | 22.8 | - |
| YUV | 198.11 | 76.02 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 106 | 0.04 | 0 | 0.50 | 0.16 | 65.05 | 0.56 | 0.63 |
| Hex | CC | D5 | 6A | 4 | 0 | 32 | 10 | 41 | 38 | 3F |
| Octal | 314 | 325 | 152 | 4 | 0 | 62 | 20 | 101 | 70 | 77 |
| Binary | 11001100 | 11010101 | 1101010 | 100 | 0 | 110010 | 10000 | 1000001 | 111000 | 111111 |
Color Harmonies of #CCD56A
Complementary color
Monochromatic Colors of #CCD56A
Black with #CCD56A
Text Example
Text Example
White with #CCD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD56A; }
p { color: rgb(204,213,106); }
H1.HeaderClassName
{
color: #CCD56A;
}
.AnyTagClassName
{
color: #CCD56A;
}
</style>
background-color css
<style>
a { background-color: #CCD56A; }
a { background-color: rgb(204,213,106); }
div.DivClassName
{
background-color: #CCD56A;
}
.BgClassName
{
background-color: #CCD56A;
}
</style>
border-color css
<style>
span { border-color: #CCD56A; }
span { border-color: rgb(204,213,106); }
td.TdClassName
{
border-color: #CCD56A;
}
.TagClassName
{
border-color: #CCD56A;
}
</style>