Shades of Goldenrod #CFD574
Tints of Goldenrod #CFD574
RGB
CMYK
RGB Variations
Color information
#CFD574 (or 0xCFD574) is known color: Goldenrod. HEX triplet: CF, D5 and 74. RGB value is (207,213,116). Sum of RGB (Red+Green+Blue) = 207+213+116=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD574 is #302A8B. Grayscale: #C8C8C8. Windows color (decimal): -3156620 or 7656911. OLE color: 7656911.
HSL color Cylindrical-coordinate representation of color #CFD574: hue angle of 63.71º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFD574 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 116 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.16 |
| HSL | 63.71º | 0.54% | 0.65% | - |
| HSV(B) | 63.71º | 0.46% | 0.84% | - |
| XYZ | 52.68 | 62.11 | 25.74 | - |
| YUV | 200.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 116 | 0.03 | 0 | 0.46 | 0.16 | 63.71 | 0.54 | 0.65 |
| Hex | CF | D5 | 74 | 3 | 0 | 2E | 10 | 40 | 36 | 41 |
| Octal | 317 | 325 | 164 | 3 | 0 | 56 | 20 | 100 | 66 | 101 |
| Binary | 11001111 | 11010101 | 1110100 | 11 | 0 | 101110 | 10000 | 1000000 | 110110 | 1000001 |
Color Harmonies of #CFD574
Complementary color
Monochromatic Colors of #CFD574
Black with #CFD574
Text Example
Text Example
White with #CFD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD574; }
p { color: rgb(207,213,116); }
H1.HeaderClassName
{
color: #CFD574;
}
.AnyTagClassName
{
color: #CFD574;
}
</style>
background-color css
<style>
a { background-color: #CFD574; }
a { background-color: rgb(207,213,116); }
div.DivClassName
{
background-color: #CFD574;
}
.BgClassName
{
background-color: #CFD574;
}
</style>
border-color css
<style>
span { border-color: #CFD574; }
span { border-color: rgb(207,213,116); }
td.TdClassName
{
border-color: #CFD574;
}
.TagClassName
{
border-color: #CFD574;
}
</style>