Shades of Goldenrod #CCDC66
Tints of Goldenrod #CCDC66
RGB
CMYK
RGB Variations
Color information
#CCDC66 (or 0xCCDC66) is known color: Goldenrod. HEX triplet: CC, DC and 66. RGB value is (204,220,102). Sum of RGB (Red+Green+Blue) = 204+220+102=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC66 is #332399. Grayscale: #CACACA. Windows color (decimal): -3351450 or 6741196. OLE color: 6741196.
HSL color Cylindrical-coordinate representation of color #CCDC66: hue angle of 68.14º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCDC66 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 102 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.14 |
| HSL | 68.14º | 0.63% | 0.63% | - |
| HSV(B) | 68.14º | 0.54% | 0.86% | - |
| XYZ | 52.89 | 64.98 | 22.33 | - |
| YUV | 201.76 | 71.7 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 102 | 0.07 | 0 | 0.54 | 0.14 | 68.14 | 0.63 | 0.63 |
| Hex | CC | DC | 66 | 7 | 0 | 36 | E | 44 | 3F | 3F |
| Octal | 314 | 334 | 146 | 7 | 0 | 66 | 16 | 104 | 77 | 77 |
| Binary | 11001100 | 11011100 | 1100110 | 111 | 0 | 110110 | 1110 | 1000100 | 111111 | 111111 |
Color Harmonies of #CCDC66
Complementary color
Monochromatic Colors of #CCDC66
Black with #CCDC66
Text Example
Text Example
White with #CCDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC66; }
p { color: rgb(204,220,102); }
H1.HeaderClassName
{
color: #CCDC66;
}
.AnyTagClassName
{
color: #CCDC66;
}
</style>
background-color css
<style>
a { background-color: #CCDC66; }
a { background-color: rgb(204,220,102); }
div.DivClassName
{
background-color: #CCDC66;
}
.BgClassName
{
background-color: #CCDC66;
}
</style>
border-color css
<style>
span { border-color: #CCDC66; }
span { border-color: rgb(204,220,102); }
td.TdClassName
{
border-color: #CCDC66;
}
.TagClassName
{
border-color: #CCDC66;
}
</style>