Shades of Goldenrod #CFD573
Tints of Goldenrod #CFD573
RGB
CMYK
RGB Variations
Color information
#CFD573 (or 0xCFD573) is known color: Goldenrod. HEX triplet: CF, D5 and 73. RGB value is (207,213,115). Sum of RGB (Red+Green+Blue) = 207+213+115=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD573 is #302A8C. Grayscale: #C8C8C8. Windows color (decimal): -3156621 or 7591375. OLE color: 7591375.
HSL color Cylindrical-coordinate representation of color #CFD573: hue angle of 63.67º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFD573 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 115 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.16 |
| HSL | 63.67º | 0.54% | 0.64% | - |
| HSV(B) | 63.67º | 0.46% | 0.84% | - |
| XYZ | 52.62 | 62.09 | 25.43 | - |
| YUV | 200.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 115 | 0.03 | 0 | 0.46 | 0.16 | 63.67 | 0.54 | 0.64 |
| Hex | CF | D5 | 73 | 3 | 0 | 2E | 10 | 40 | 36 | 40 |
| Octal | 317 | 325 | 163 | 3 | 0 | 56 | 20 | 100 | 66 | 100 |
| Binary | 11001111 | 11010101 | 1110011 | 11 | 0 | 101110 | 10000 | 1000000 | 110110 | 1000000 |
Color Harmonies of #CFD573
Complementary color
Monochromatic Colors of #CFD573
Black with #CFD573
Text Example
Text Example
White with #CFD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD573; }
p { color: rgb(207,213,115); }
H1.HeaderClassName
{
color: #CFD573;
}
.AnyTagClassName
{
color: #CFD573;
}
</style>
background-color css
<style>
a { background-color: #CFD573; }
a { background-color: rgb(207,213,115); }
div.DivClassName
{
background-color: #CFD573;
}
.BgClassName
{
background-color: #CFD573;
}
</style>
border-color css
<style>
span { border-color: #CFD573; }
span { border-color: rgb(207,213,115); }
td.TdClassName
{
border-color: #CFD573;
}
.TagClassName
{
border-color: #CFD573;
}
</style>