Shades of Goldenrod #CCDC6C
Tints of Goldenrod #CCDC6C
RGB
CMYK
RGB Variations
Color information
#CCDC6C (or 0xCCDC6C) is known color: Goldenrod. HEX triplet: CC, DC and 6C. RGB value is (204,220,108). Sum of RGB (Red+Green+Blue) = 204+220+108=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC6C is #332393. Grayscale: #CACACA. Windows color (decimal): -3351444 or 7134412. OLE color: 7134412.
HSL color Cylindrical-coordinate representation of color #CCDC6C: hue angle of 68.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCDC6C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 108 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.14 |
| HSL | 68.57º | 0.62% | 0.64% | - |
| HSV(B) | 68.57º | 0.51% | 0.86% | - |
| XYZ | 53.2 | 65.11 | 23.95 | - |
| YUV | 202.45 | 74.7 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 108 | 0.07 | 0 | 0.51 | 0.14 | 68.57 | 0.62 | 0.64 |
| Hex | CC | DC | 6C | 7 | 0 | 33 | E | 45 | 3E | 40 |
| Octal | 314 | 334 | 154 | 7 | 0 | 63 | 16 | 105 | 76 | 100 |
| Binary | 11001100 | 11011100 | 1101100 | 111 | 0 | 110011 | 1110 | 1000101 | 111110 | 1000000 |
Color Harmonies of #CCDC6C
Complementary color
Monochromatic Colors of #CCDC6C
Black with #CCDC6C
Text Example
Text Example
White with #CCDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC6C; }
p { color: rgb(204,220,108); }
H1.HeaderClassName
{
color: #CCDC6C;
}
.AnyTagClassName
{
color: #CCDC6C;
}
</style>
background-color css
<style>
a { background-color: #CCDC6C; }
a { background-color: rgb(204,220,108); }
div.DivClassName
{
background-color: #CCDC6C;
}
.BgClassName
{
background-color: #CCDC6C;
}
</style>
border-color css
<style>
span { border-color: #CCDC6C; }
span { border-color: rgb(204,220,108); }
td.TdClassName
{
border-color: #CCDC6C;
}
.TagClassName
{
border-color: #CCDC6C;
}
</style>