Shades of Goldenrod #CCD46C
Tints of Goldenrod #CCD46C
RGB
CMYK
RGB Variations
Color information
#CCD46C (or 0xCCD46C) is known color: Goldenrod. HEX triplet: CC, D4 and 6C. RGB value is (204,212,108). Sum of RGB (Red+Green+Blue) = 204+212+108=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD46C is #332B93. Grayscale: #C6C6C6. Windows color (decimal): -3353492 or 7132364. OLE color: 7132364.
HSL color Cylindrical-coordinate representation of color #CCD46C: hue angle of 64.62º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCD46C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 108 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.17 |
| HSL | 64.62º | 0.55% | 0.63% | - |
| HSV(B) | 64.62º | 0.49% | 0.83% | - |
| XYZ | 51.15 | 61.01 | 23.27 | - |
| YUV | 197.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 108 | 0.04 | 0 | 0.49 | 0.17 | 64.62 | 0.55 | 0.63 |
| Hex | CC | D4 | 6C | 4 | 0 | 31 | 11 | 41 | 37 | 3F |
| Octal | 314 | 324 | 154 | 4 | 0 | 61 | 21 | 101 | 67 | 77 |
| Binary | 11001100 | 11010100 | 1101100 | 100 | 0 | 110001 | 10001 | 1000001 | 110111 | 111111 |
Color Harmonies of #CCD46C
Complementary color
Monochromatic Colors of #CCD46C
Black with #CCD46C
Text Example
Text Example
White with #CCD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD46C; }
p { color: rgb(204,212,108); }
H1.HeaderClassName
{
color: #CCD46C;
}
.AnyTagClassName
{
color: #CCD46C;
}
</style>
background-color css
<style>
a { background-color: #CCD46C; }
a { background-color: rgb(204,212,108); }
div.DivClassName
{
background-color: #CCD46C;
}
.BgClassName
{
background-color: #CCD46C;
}
</style>
border-color css
<style>
span { border-color: #CCD46C; }
span { border-color: rgb(204,212,108); }
td.TdClassName
{
border-color: #CCD46C;
}
.TagClassName
{
border-color: #CCD46C;
}
</style>