Shades of Goldenrod #CCDC71
Tints of Goldenrod #CCDC71
RGB
CMYK
RGB Variations
Color information
#CCDC71 (or 0xCCDC71) is known color: Goldenrod. HEX triplet: CC, DC and 71. RGB value is (204,220,113). Sum of RGB (Red+Green+Blue) = 204+220+113=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC71 is #33238E. Grayscale: #CBCBCB. Windows color (decimal): -3351439 or 7462092. OLE color: 7462092.
HSL color Cylindrical-coordinate representation of color #CCDC71: hue angle of 68.97º degrees, saturation: 0.6, 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 #CCDC71 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 113 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.14 |
| HSL | 68.97º | 0.6% | 0.65% | - |
| HSV(B) | 68.97º | 0.49% | 0.86% | - |
| XYZ | 53.48 | 65.22 | 25.39 | - |
| YUV | 203.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 113 | 0.07 | 0 | 0.49 | 0.14 | 68.97 | 0.6 | 0.65 |
| Hex | CC | DC | 71 | 7 | 0 | 31 | E | 45 | 3C | 41 |
| Octal | 314 | 334 | 161 | 7 | 0 | 61 | 16 | 105 | 74 | 101 |
| Binary | 11001100 | 11011100 | 1110001 | 111 | 0 | 110001 | 1110 | 1000101 | 111100 | 1000001 |
Color Harmonies of #CCDC71
Complementary color
Monochromatic Colors of #CCDC71
Black with #CCDC71
Text Example
Text Example
White with #CCDC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC71; }
p { color: rgb(204,220,113); }
H1.HeaderClassName
{
color: #CCDC71;
}
.AnyTagClassName
{
color: #CCDC71;
}
</style>
background-color css
<style>
a { background-color: #CCDC71; }
a { background-color: rgb(204,220,113); }
div.DivClassName
{
background-color: #CCDC71;
}
.BgClassName
{
background-color: #CCDC71;
}
</style>
border-color css
<style>
span { border-color: #CCDC71; }
span { border-color: rgb(204,220,113); }
td.TdClassName
{
border-color: #CCDC71;
}
.TagClassName
{
border-color: #CCDC71;
}
</style>