Shades of Goldenrod #CCDC70
Tints of Goldenrod #CCDC70
RGB
CMYK
RGB Variations
Color information
#CCDC70 (or 0xCCDC70) is known color: Goldenrod. HEX triplet: CC, DC and 70. RGB value is (204,220,112). Sum of RGB (Red+Green+Blue) = 204+220+112=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC70 is #33238F. Grayscale: #CBCBCB. Windows color (decimal): -3351440 or 7396556. OLE color: 7396556.
HSL color Cylindrical-coordinate representation of color #CCDC70: hue angle of 68.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCDC70 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 112 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.14 |
| HSL | 68.89º | 0.61% | 0.65% | - |
| HSV(B) | 68.89º | 0.49% | 0.86% | - |
| XYZ | 53.42 | 65.19 | 25.1 | - |
| YUV | 202.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 112 | 0.07 | 0 | 0.49 | 0.14 | 68.89 | 0.61 | 0.65 |
| Hex | CC | DC | 70 | 7 | 0 | 31 | E | 45 | 3D | 41 |
| Octal | 314 | 334 | 160 | 7 | 0 | 61 | 16 | 105 | 75 | 101 |
| Binary | 11001100 | 11011100 | 1110000 | 111 | 0 | 110001 | 1110 | 1000101 | 111101 | 1000001 |
Color Harmonies of #CCDC70
Complementary color
Monochromatic Colors of #CCDC70
Black with #CCDC70
Text Example
Text Example
White with #CCDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC70; }
p { color: rgb(204,220,112); }
H1.HeaderClassName
{
color: #CCDC70;
}
.AnyTagClassName
{
color: #CCDC70;
}
</style>
background-color css
<style>
a { background-color: #CCDC70; }
a { background-color: rgb(204,220,112); }
div.DivClassName
{
background-color: #CCDC70;
}
.BgClassName
{
background-color: #CCDC70;
}
</style>
border-color css
<style>
span { border-color: #CCDC70; }
span { border-color: rgb(204,220,112); }
td.TdClassName
{
border-color: #CCDC70;
}
.TagClassName
{
border-color: #CCDC70;
}
</style>