Shades of Goldenrod #CCD76B
Tints of Goldenrod #CCD76B
RGB
CMYK
RGB Variations
Color information
#CCD76B (or 0xCCD76B) is known color: Goldenrod. HEX triplet: CC, D7 and 6B. RGB value is (204,215,107). Sum of RGB (Red+Green+Blue) = 204+215+107=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD76B is #332894. Grayscale: #C7C7C7. Windows color (decimal): -3352725 or 7067596. OLE color: 7067596.
HSL color Cylindrical-coordinate representation of color #CCD76B: hue angle of 66.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD76B is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 107 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.16 |
| HSL | 66.11º | 0.57% | 0.63% | - |
| HSV(B) | 66.11º | 0.5% | 0.84% | - |
| XYZ | 51.86 | 62.5 | 23.24 | - |
| YUV | 199.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 107 | 0.05 | 0 | 0.50 | 0.16 | 66.11 | 0.57 | 0.63 |
| Hex | CC | D7 | 6B | 5 | 0 | 32 | 10 | 42 | 39 | 3F |
| Octal | 314 | 327 | 153 | 5 | 0 | 62 | 20 | 102 | 71 | 77 |
| Binary | 11001100 | 11010111 | 1101011 | 101 | 0 | 110010 | 10000 | 1000010 | 111001 | 111111 |
Color Harmonies of #CCD76B
Complementary color
Monochromatic Colors of #CCD76B
Black with #CCD76B
Text Example
Text Example
White with #CCD76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD76B; }
p { color: rgb(204,215,107); }
H1.HeaderClassName
{
color: #CCD76B;
}
.AnyTagClassName
{
color: #CCD76B;
}
</style>
background-color css
<style>
a { background-color: #CCD76B; }
a { background-color: rgb(204,215,107); }
div.DivClassName
{
background-color: #CCD76B;
}
.BgClassName
{
background-color: #CCD76B;
}
</style>
border-color css
<style>
span { border-color: #CCD76B; }
span { border-color: rgb(204,215,107); }
td.TdClassName
{
border-color: #CCD76B;
}
.TagClassName
{
border-color: #CCD76B;
}
</style>