Shades of Goldenrod #CFD372
Tints of Goldenrod #CFD372
RGB
CMYK
RGB Variations
Color information
#CFD372 (or 0xCFD372) is known color: Goldenrod. HEX triplet: CF, D3 and 72. RGB value is (207,211,114). Sum of RGB (Red+Green+Blue) = 207+211+114=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD372 is #302C8D. Grayscale: #C7C7C7. Windows color (decimal): -3157134 or 7525327. OLE color: 7525327.
HSL color Cylindrical-coordinate representation of color #CFD372: hue angle of 62.47º degrees, saturation: 0.52, 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 #CFD372 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 114 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.17 |
| HSL | 62.47º | 0.52% | 0.64% | - |
| HSV(B) | 62.47º | 0.46% | 0.83% | - |
| XYZ | 52.06 | 61.07 | 24.96 | - |
| YUV | 198.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 114 | 0.02 | 0 | 0.46 | 0.17 | 62.47 | 0.52 | 0.64 |
| Hex | CF | D3 | 72 | 2 | 0 | 2E | 11 | 3E | 34 | 40 |
| Octal | 317 | 323 | 162 | 2 | 0 | 56 | 21 | 76 | 64 | 100 |
| Binary | 11001111 | 11010011 | 1110010 | 10 | 0 | 101110 | 10001 | 111110 | 110100 | 1000000 |
Color Harmonies of #CFD372
Complementary color
Monochromatic Colors of #CFD372
Black with #CFD372
Text Example
Text Example
White with #CFD372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD372; }
p { color: rgb(207,211,114); }
H1.HeaderClassName
{
color: #CFD372;
}
.AnyTagClassName
{
color: #CFD372;
}
</style>
background-color css
<style>
a { background-color: #CFD372; }
a { background-color: rgb(207,211,114); }
div.DivClassName
{
background-color: #CFD372;
}
.BgClassName
{
background-color: #CFD372;
}
</style>
border-color css
<style>
span { border-color: #CFD372; }
span { border-color: rgb(207,211,114); }
td.TdClassName
{
border-color: #CFD372;
}
.TagClassName
{
border-color: #CFD372;
}
</style>