Shades of Goldenrod #CCD16B
Tints of Goldenrod #CCD16B
RGB
CMYK
RGB Variations
Color information
#CCD16B (or 0xCCD16B) is known color: Goldenrod. HEX triplet: CC, D1 and 6B. RGB value is (204,209,107). Sum of RGB (Red+Green+Blue) = 204+209+107=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD16B is #332E94. Grayscale: #C4C4C4. Windows color (decimal): -3354261 or 7066060. OLE color: 7066060.
HSL color Cylindrical-coordinate representation of color #CCD16B: hue angle of 62.94º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCD16B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 107 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.18 |
| HSL | 62.94º | 0.53% | 0.62% | - |
| HSV(B) | 62.94º | 0.49% | 0.82% | - |
| XYZ | 50.36 | 59.5 | 22.74 | - |
| YUV | 195.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 107 | 0.02 | 0 | 0.49 | 0.18 | 62.94 | 0.53 | 0.62 |
| Hex | CC | D1 | 6B | 2 | 0 | 31 | 12 | 3F | 35 | 3E |
| Octal | 314 | 321 | 153 | 2 | 0 | 61 | 22 | 77 | 65 | 76 |
| Binary | 11001100 | 11010001 | 1101011 | 10 | 0 | 110001 | 10010 | 111111 | 110101 | 111110 |
Color Harmonies of #CCD16B
Complementary color
Monochromatic Colors of #CCD16B
Black with #CCD16B
Text Example
Text Example
White with #CCD16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD16B; }
p { color: rgb(204,209,107); }
H1.HeaderClassName
{
color: #CCD16B;
}
.AnyTagClassName
{
color: #CCD16B;
}
</style>
background-color css
<style>
a { background-color: #CCD16B; }
a { background-color: rgb(204,209,107); }
div.DivClassName
{
background-color: #CCD16B;
}
.BgClassName
{
background-color: #CCD16B;
}
</style>
border-color css
<style>
span { border-color: #CCD16B; }
span { border-color: rgb(204,209,107); }
td.TdClassName
{
border-color: #CCD16B;
}
.TagClassName
{
border-color: #CCD16B;
}
</style>