Shades of Goldenrod #CFD470
Tints of Goldenrod #CFD470
RGB
CMYK
RGB Variations
Color information
#CFD470 (or 0xCFD470) is known color: Goldenrod. HEX triplet: CF, D4 and 70. RGB value is (207,212,112). Sum of RGB (Red+Green+Blue) = 207+212+112=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD470 is #302B8F. Grayscale: #C7C7C7. Windows color (decimal): -3156880 or 7394511. OLE color: 7394511.
HSL color Cylindrical-coordinate representation of color #CFD470: hue angle of 63º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFD470 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 112 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.17 |
| HSL | 63º | 0.54% | 0.64% | - |
| HSV(B) | 63º | 0.47% | 0.83% | - |
| XYZ | 52.2 | 61.52 | 24.45 | - |
| YUV | 199.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 112 | 0.02 | 0 | 0.47 | 0.17 | 63 | 0.54 | 0.64 |
| Hex | CF | D4 | 70 | 2 | 0 | 2F | 11 | 3F | 36 | 40 |
| Octal | 317 | 324 | 160 | 2 | 0 | 57 | 21 | 77 | 66 | 100 |
| Binary | 11001111 | 11010100 | 1110000 | 10 | 0 | 101111 | 10001 | 111111 | 110110 | 1000000 |
Color Harmonies of #CFD470
Complementary color
Monochromatic Colors of #CFD470
Black with #CFD470
Text Example
Text Example
White with #CFD470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD470; }
p { color: rgb(207,212,112); }
H1.HeaderClassName
{
color: #CFD470;
}
.AnyTagClassName
{
color: #CFD470;
}
</style>
background-color css
<style>
a { background-color: #CFD470; }
a { background-color: rgb(207,212,112); }
div.DivClassName
{
background-color: #CFD470;
}
.BgClassName
{
background-color: #CFD470;
}
</style>
border-color css
<style>
span { border-color: #CFD470; }
span { border-color: rgb(207,212,112); }
td.TdClassName
{
border-color: #CFD470;
}
.TagClassName
{
border-color: #CFD470;
}
</style>