Shades of Goldenrod #CCD06F
Tints of Goldenrod #CCD06F
RGB
CMYK
RGB Variations
Color information
#CCD06F (or 0xCCD06F) is known color: Goldenrod. HEX triplet: CC, D0 and 6F. RGB value is (204,208,111). Sum of RGB (Red+Green+Blue) = 204+208+111=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD06F is #332F90. Grayscale: #C4C4C4. Windows color (decimal): -3354513 or 7327948. OLE color: 7327948.
HSL color Cylindrical-coordinate representation of color #CCD06F: hue angle of 62.47º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCD06F is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 111 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.18 |
| HSL | 62.47º | 0.51% | 0.63% | - |
| HSV(B) | 62.47º | 0.47% | 0.82% | - |
| XYZ | 50.33 | 59.1 | 23.79 | - |
| YUV | 195.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 111 | 0.02 | 0 | 0.47 | 0.18 | 62.47 | 0.51 | 0.63 |
| Hex | CC | D0 | 6F | 2 | 0 | 2F | 12 | 3E | 33 | 3F |
| Octal | 314 | 320 | 157 | 2 | 0 | 57 | 22 | 76 | 63 | 77 |
| Binary | 11001100 | 11010000 | 1101111 | 10 | 0 | 101111 | 10010 | 111110 | 110011 | 111111 |
Color Harmonies of #CCD06F
Complementary color
Monochromatic Colors of #CCD06F
Black with #CCD06F
Text Example
Text Example
White with #CCD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD06F; }
p { color: rgb(204,208,111); }
H1.HeaderClassName
{
color: #CCD06F;
}
.AnyTagClassName
{
color: #CCD06F;
}
</style>
background-color css
<style>
a { background-color: #CCD06F; }
a { background-color: rgb(204,208,111); }
div.DivClassName
{
background-color: #CCD06F;
}
.BgClassName
{
background-color: #CCD06F;
}
</style>
border-color css
<style>
span { border-color: #CCD06F; }
span { border-color: rgb(204,208,111); }
td.TdClassName
{
border-color: #CCD06F;
}
.TagClassName
{
border-color: #CCD06F;
}
</style>