Shades of Goldenrod #CFD662
Tints of Goldenrod #CFD662
RGB
CMYK
RGB Variations
Color information
#CFD662 (or 0xCFD662) is known color: Goldenrod. HEX triplet: CF, D6 and 62. RGB value is (207,214,98). Sum of RGB (Red+Green+Blue) = 207+214+98=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD662 is #30299D. Grayscale: #C7C7C7. Windows color (decimal): -3156382 or 6477519. OLE color: 6477519.
HSL color Cylindrical-coordinate representation of color #CFD662: hue angle of 63.62º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFD662 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 98 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.16 |
| HSL | 63.62º | 0.59% | 0.61% | - |
| HSV(B) | 63.62º | 0.54% | 0.84% | - |
| XYZ | 51.98 | 62.24 | 20.83 | - |
| YUV | 198.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 98 | 0.03 | 0 | 0.54 | 0.16 | 63.62 | 0.59 | 0.61 |
| Hex | CF | D6 | 62 | 3 | 0 | 36 | 10 | 40 | 3B | 3D |
| Octal | 317 | 326 | 142 | 3 | 0 | 66 | 20 | 100 | 73 | 75 |
| Binary | 11001111 | 11010110 | 1100010 | 11 | 0 | 110110 | 10000 | 1000000 | 111011 | 111101 |
Color Harmonies of #CFD662
Complementary color
Monochromatic Colors of #CFD662
Black with #CFD662
Text Example
Text Example
White with #CFD662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD662; }
p { color: rgb(207,214,98); }
H1.HeaderClassName
{
color: #CFD662;
}
.AnyTagClassName
{
color: #CFD662;
}
</style>
background-color css
<style>
a { background-color: #CFD662; }
a { background-color: rgb(207,214,98); }
div.DivClassName
{
background-color: #CFD662;
}
.BgClassName
{
background-color: #CFD662;
}
</style>
border-color css
<style>
span { border-color: #CFD662; }
span { border-color: rgb(207,214,98); }
td.TdClassName
{
border-color: #CFD662;
}
.TagClassName
{
border-color: #CFD662;
}
</style>