Shades of Goldenrod #CCDC6E
Tints of Goldenrod #CCDC6E
RGB
CMYK
RGB Variations
Color information
#CCDC6E (or 0xCCDC6E) is known color: Goldenrod. HEX triplet: CC, DC and 6E. RGB value is (204,220,110). Sum of RGB (Red+Green+Blue) = 204+220+110=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC6E is #332391. Grayscale: #CBCBCB. Windows color (decimal): -3351442 or 7265484. OLE color: 7265484.
HSL color Cylindrical-coordinate representation of color #CCDC6E: hue angle of 68.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCDC6E is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 110 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.14 |
| HSL | 68.73º | 0.61% | 0.65% | - |
| HSV(B) | 68.73º | 0.5% | 0.86% | - |
| XYZ | 53.31 | 65.15 | 24.52 | - |
| YUV | 202.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 110 | 0.07 | 0 | 0.50 | 0.14 | 68.73 | 0.61 | 0.65 |
| Hex | CC | DC | 6E | 7 | 0 | 32 | E | 45 | 3D | 41 |
| Octal | 314 | 334 | 156 | 7 | 0 | 62 | 16 | 105 | 75 | 101 |
| Binary | 11001100 | 11011100 | 1101110 | 111 | 0 | 110010 | 1110 | 1000101 | 111101 | 1000001 |
Color Harmonies of #CCDC6E
Complementary color
Monochromatic Colors of #CCDC6E
Black with #CCDC6E
Text Example
Text Example
White with #CCDC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC6E; }
p { color: rgb(204,220,110); }
H1.HeaderClassName
{
color: #CCDC6E;
}
.AnyTagClassName
{
color: #CCDC6E;
}
</style>
background-color css
<style>
a { background-color: #CCDC6E; }
a { background-color: rgb(204,220,110); }
div.DivClassName
{
background-color: #CCDC6E;
}
.BgClassName
{
background-color: #CCDC6E;
}
</style>
border-color css
<style>
span { border-color: #CCDC6E; }
span { border-color: rgb(204,220,110); }
td.TdClassName
{
border-color: #CCDC6E;
}
.TagClassName
{
border-color: #CCDC6E;
}
</style>