Shades of Goldenrod #CFD564
Tints of Goldenrod #CFD564
RGB
CMYK
RGB Variations
Color information
#CFD564 (or 0xCFD564) is known color: Goldenrod. HEX triplet: CF, D5 and 64. RGB value is (207,213,100). Sum of RGB (Red+Green+Blue) = 207+213+100=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD564 is #302A9B. Grayscale: #C6C6C6. Windows color (decimal): -3156636 or 6608335. OLE color: 6608335.
HSL color Cylindrical-coordinate representation of color #CFD564: hue angle of 63.19º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFD564 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 100 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.16 |
| HSL | 63.19º | 0.57% | 0.61% | - |
| HSV(B) | 63.19º | 0.53% | 0.84% | - |
| XYZ | 51.83 | 61.77 | 21.25 | - |
| YUV | 198.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 100 | 0.03 | 0 | 0.53 | 0.16 | 63.19 | 0.57 | 0.61 |
| Hex | CF | D5 | 64 | 3 | 0 | 35 | 10 | 3F | 39 | 3D |
| Octal | 317 | 325 | 144 | 3 | 0 | 65 | 20 | 77 | 71 | 75 |
| Binary | 11001111 | 11010101 | 1100100 | 11 | 0 | 110101 | 10000 | 111111 | 111001 | 111101 |
Color Harmonies of #CFD564
Complementary color
Monochromatic Colors of #CFD564
Black with #CFD564
Text Example
Text Example
White with #CFD564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD564; }
p { color: rgb(207,213,100); }
H1.HeaderClassName
{
color: #CFD564;
}
.AnyTagClassName
{
color: #CFD564;
}
</style>
background-color css
<style>
a { background-color: #CFD564; }
a { background-color: rgb(207,213,100); }
div.DivClassName
{
background-color: #CFD564;
}
.BgClassName
{
background-color: #CFD564;
}
</style>
border-color css
<style>
span { border-color: #CFD564; }
span { border-color: rgb(207,213,100); }
td.TdClassName
{
border-color: #CFD564;
}
.TagClassName
{
border-color: #CFD564;
}
</style>