Shades of Goldenrod #CCDC73
Tints of Goldenrod #CCDC73
RGB
CMYK
RGB Variations
Color information
#CCDC73 (or 0xCCDC73) is known color: Goldenrod. HEX triplet: CC, DC and 73. RGB value is (204,220,115). Sum of RGB (Red+Green+Blue) = 204+220+115=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC73 is #33238C. Grayscale: #CBCBCB. Windows color (decimal): -3351437 or 7593164. OLE color: 7593164.
HSL color Cylindrical-coordinate representation of color #CCDC73: hue angle of 69.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCDC73 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 115 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.14 |
| HSL | 69.14º | 0.6% | 0.66% | - |
| HSV(B) | 69.14º | 0.48% | 0.86% | - |
| XYZ | 53.59 | 65.26 | 25.99 | - |
| YUV | 203.25 | 78.2 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 115 | 0.07 | 0 | 0.48 | 0.14 | 69.14 | 0.6 | 0.66 |
| Hex | CC | DC | 73 | 7 | 0 | 30 | E | 45 | 3C | 42 |
| Octal | 314 | 334 | 163 | 7 | 0 | 60 | 16 | 105 | 74 | 102 |
| Binary | 11001100 | 11011100 | 1110011 | 111 | 0 | 110000 | 1110 | 1000101 | 111100 | 1000010 |
Color Harmonies of #CCDC73
Complementary color
Monochromatic Colors of #CCDC73
Black with #CCDC73
Text Example
Text Example
White with #CCDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC73; }
p { color: rgb(204,220,115); }
H1.HeaderClassName
{
color: #CCDC73;
}
.AnyTagClassName
{
color: #CCDC73;
}
</style>
background-color css
<style>
a { background-color: #CCDC73; }
a { background-color: rgb(204,220,115); }
div.DivClassName
{
background-color: #CCDC73;
}
.BgClassName
{
background-color: #CCDC73;
}
</style>
border-color css
<style>
span { border-color: #CCDC73; }
span { border-color: rgb(204,220,115); }
td.TdClassName
{
border-color: #CCDC73;
}
.TagClassName
{
border-color: #CCDC73;
}
</style>