Shades of Goldenrod #CFD463
Tints of Goldenrod #CFD463
RGB
CMYK
RGB Variations
Color information
#CFD463 (or 0xCFD463) is known color: Goldenrod. HEX triplet: CF, D4 and 63. RGB value is (207,212,99). Sum of RGB (Red+Green+Blue) = 207+212+99=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD463 is #302B9C. Grayscale: #C6C6C6. Windows color (decimal): -3156893 or 6542543. OLE color: 6542543.
HSL color Cylindrical-coordinate representation of color #CFD463: hue angle of 62.65º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFD463 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 99 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.17 |
| HSL | 62.65º | 0.57% | 0.61% | - |
| HSV(B) | 62.65º | 0.53% | 0.83% | - |
| XYZ | 51.53 | 61.25 | 20.91 | - |
| YUV | 197.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 99 | 0.02 | 0 | 0.53 | 0.17 | 62.65 | 0.57 | 0.61 |
| Hex | CF | D4 | 63 | 2 | 0 | 35 | 11 | 3F | 39 | 3D |
| Octal | 317 | 324 | 143 | 2 | 0 | 65 | 21 | 77 | 71 | 75 |
| Binary | 11001111 | 11010100 | 1100011 | 10 | 0 | 110101 | 10001 | 111111 | 111001 | 111101 |
Color Harmonies of #CFD463
Complementary color
Monochromatic Colors of #CFD463
Black with #CFD463
Text Example
Text Example
White with #CFD463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD463; }
p { color: rgb(207,212,99); }
H1.HeaderClassName
{
color: #CFD463;
}
.AnyTagClassName
{
color: #CFD463;
}
</style>
background-color css
<style>
a { background-color: #CFD463; }
a { background-color: rgb(207,212,99); }
div.DivClassName
{
background-color: #CFD463;
}
.BgClassName
{
background-color: #CFD463;
}
</style>
border-color css
<style>
span { border-color: #CFD463; }
span { border-color: rgb(207,212,99); }
td.TdClassName
{
border-color: #CFD463;
}
.TagClassName
{
border-color: #CFD463;
}
</style>