Shades of Goldenrod #CCD06C
Tints of Goldenrod #CCD06C
RGB
CMYK
RGB Variations
Color information
#CCD06C (or 0xCCD06C) is known color: Goldenrod. HEX triplet: CC, D0 and 6C. RGB value is (204,208,108). Sum of RGB (Red+Green+Blue) = 204+208+108=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD06C is #332F93. Grayscale: #C3C3C3. Windows color (decimal): -3354516 or 7131340. OLE color: 7131340.
HSL color Cylindrical-coordinate representation of color #CCD06C: hue angle of 62.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCD06C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 108 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.18 |
| HSL | 62.4º | 0.52% | 0.62% | - |
| HSV(B) | 62.4º | 0.48% | 0.82% | - |
| XYZ | 50.16 | 59.03 | 22.94 | - |
| YUV | 195.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 108 | 0.02 | 0 | 0.48 | 0.18 | 62.4 | 0.52 | 0.62 |
| Hex | CC | D0 | 6C | 2 | 0 | 30 | 12 | 3E | 34 | 3E |
| Octal | 314 | 320 | 154 | 2 | 0 | 60 | 22 | 76 | 64 | 76 |
| Binary | 11001100 | 11010000 | 1101100 | 10 | 0 | 110000 | 10010 | 111110 | 110100 | 111110 |
Color Harmonies of #CCD06C
Complementary color
Monochromatic Colors of #CCD06C
Black with #CCD06C
Text Example
Text Example
White with #CCD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD06C; }
p { color: rgb(204,208,108); }
H1.HeaderClassName
{
color: #CCD06C;
}
.AnyTagClassName
{
color: #CCD06C;
}
</style>
background-color css
<style>
a { background-color: #CCD06C; }
a { background-color: rgb(204,208,108); }
div.DivClassName
{
background-color: #CCD06C;
}
.BgClassName
{
background-color: #CCD06C;
}
</style>
border-color css
<style>
span { border-color: #CCD06C; }
span { border-color: rgb(204,208,108); }
td.TdClassName
{
border-color: #CCD06C;
}
.TagClassName
{
border-color: #CCD06C;
}
</style>