Shades of Goldenrod #CFD472
Tints of Goldenrod #CFD472
RGB
CMYK
RGB Variations
Color information
#CFD472 (or 0xCFD472) is known color: Goldenrod. HEX triplet: CF, D4 and 72. RGB value is (207,212,114). Sum of RGB (Red+Green+Blue) = 207+212+114=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD472 is #302B8D. Grayscale: #C7C7C7. Windows color (decimal): -3156878 or 7525583. OLE color: 7525583.
HSL color Cylindrical-coordinate representation of color #CFD472: hue angle of 63.06º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFD472 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 114 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.17 |
| HSL | 63.06º | 0.53% | 0.64% | - |
| HSV(B) | 63.06º | 0.46% | 0.83% | - |
| XYZ | 52.31 | 61.57 | 25.05 | - |
| YUV | 199.33 | 79.84 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 114 | 0.02 | 0 | 0.46 | 0.17 | 63.06 | 0.53 | 0.64 |
| Hex | CF | D4 | 72 | 2 | 0 | 2E | 11 | 3F | 35 | 40 |
| Octal | 317 | 324 | 162 | 2 | 0 | 56 | 21 | 77 | 65 | 100 |
| Binary | 11001111 | 11010100 | 1110010 | 10 | 0 | 101110 | 10001 | 111111 | 110101 | 1000000 |
Color Harmonies of #CFD472
Complementary color
Monochromatic Colors of #CFD472
Black with #CFD472
Text Example
Text Example
White with #CFD472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD472; }
p { color: rgb(207,212,114); }
H1.HeaderClassName
{
color: #CFD472;
}
.AnyTagClassName
{
color: #CFD472;
}
</style>
background-color css
<style>
a { background-color: #CFD472; }
a { background-color: rgb(207,212,114); }
div.DivClassName
{
background-color: #CFD472;
}
.BgClassName
{
background-color: #CFD472;
}
</style>
border-color css
<style>
span { border-color: #CFD472; }
span { border-color: rgb(207,212,114); }
td.TdClassName
{
border-color: #CFD472;
}
.TagClassName
{
border-color: #CFD472;
}
</style>