Shades of Goldenrod #CCCC6D
Tints of Goldenrod #CCCC6D
RGB
CMYK
RGB Variations
Color information
#CCCC6D (or 0xCCCC6D) is known color: Goldenrod. HEX triplet: CC, CC and 6D. RGB value is (204,204,109). Sum of RGB (Red+Green+Blue) = 204+204+109=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC6D is #333392. Grayscale: #C1C1C1. Windows color (decimal): -3355539 or 7195852. OLE color: 7195852.
HSL color Cylindrical-coordinate representation of color #CCCC6D: hue angle of 60º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCCC6D is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 109 | - |
| CMYK | 0 | 0 | 0.47 | 0.2 |
| HSL | 60º | 0.48% | 0.61% | - |
| HSV(B) | 60º | 0.47% | 0.8% | - |
| XYZ | 49.26 | 57.13 | 22.9 | - |
| YUV | 193.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 109 | 0 | 0 | 0.47 | 0.2 | 60 | 0.48 | 0.61 |
| Hex | CC | CC | 6D | 0 | 0 | 2F | 14 | 3C | 30 | 3D |
| Octal | 314 | 314 | 155 | 0 | 0 | 57 | 24 | 74 | 60 | 75 |
| Binary | 11001100 | 11001100 | 1101101 | 0 | 0 | 101111 | 10100 | 111100 | 110000 | 111101 |
Color Harmonies of #CCCC6D
Complementary color
Monochromatic Colors of #CCCC6D
Black with #CCCC6D
Text Example
Text Example
White with #CCCC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC6D; }
p { color: rgb(204,204,109); }
H1.HeaderClassName
{
color: #CCCC6D;
}
.AnyTagClassName
{
color: #CCCC6D;
}
</style>
background-color css
<style>
a { background-color: #CCCC6D; }
a { background-color: rgb(204,204,109); }
div.DivClassName
{
background-color: #CCCC6D;
}
.BgClassName
{
background-color: #CCCC6D;
}
</style>
border-color css
<style>
span { border-color: #CCCC6D; }
span { border-color: rgb(204,204,109); }
td.TdClassName
{
border-color: #CCCC6D;
}
.TagClassName
{
border-color: #CCCC6D;
}
</style>