Shades of Goldenrod #CCCF6D
Tints of Goldenrod #CCCF6D
RGB
CMYK
RGB Variations
Color information
#CCCF6D (or 0xCCCF6D) is known color: Goldenrod. HEX triplet: CC, CF and 6D. RGB value is (204,207,109). Sum of RGB (Red+Green+Blue) = 204+207+109=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF6D is #333092. Grayscale: #C3C3C3. Windows color (decimal): -3354771 or 7196620. OLE color: 7196620.
HSL color Cylindrical-coordinate representation of color #CCCF6D: hue angle of 61.84º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCCF6D is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 109 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.19 |
| HSL | 61.84º | 0.51% | 0.62% | - |
| HSV(B) | 61.84º | 0.47% | 0.81% | - |
| XYZ | 49.97 | 58.57 | 23.14 | - |
| YUV | 194.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 109 | 0.01 | 0 | 0.47 | 0.19 | 61.84 | 0.51 | 0.62 |
| Hex | CC | CF | 6D | 1 | 0 | 2F | 13 | 3E | 33 | 3E |
| Octal | 314 | 317 | 155 | 1 | 0 | 57 | 23 | 76 | 63 | 76 |
| Binary | 11001100 | 11001111 | 1101101 | 1 | 0 | 101111 | 10011 | 111110 | 110011 | 111110 |
Color Harmonies of #CCCF6D
Complementary color
Monochromatic Colors of #CCCF6D
Black with #CCCF6D
Text Example
Text Example
White with #CCCF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF6D; }
p { color: rgb(204,207,109); }
H1.HeaderClassName
{
color: #CCCF6D;
}
.AnyTagClassName
{
color: #CCCF6D;
}
</style>
background-color css
<style>
a { background-color: #CCCF6D; }
a { background-color: rgb(204,207,109); }
div.DivClassName
{
background-color: #CCCF6D;
}
.BgClassName
{
background-color: #CCCF6D;
}
</style>
border-color css
<style>
span { border-color: #CCCF6D; }
span { border-color: rgb(204,207,109); }
td.TdClassName
{
border-color: #CCCF6D;
}
.TagClassName
{
border-color: #CCCF6D;
}
</style>