Shades of Goldenrod #CFD065
Tints of Goldenrod #CFD065
RGB
CMYK
RGB Variations
Color information
#CFD065 (or 0xCFD065) is known color: Goldenrod. HEX triplet: CF, D0 and 65. RGB value is (207,208,101). Sum of RGB (Red+Green+Blue) = 207+208+101=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD065 is #302F9A. Grayscale: #C3C3C3. Windows color (decimal): -3157915 or 6672591. OLE color: 6672591.
HSL color Cylindrical-coordinate representation of color #CFD065: hue angle of 60.56º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFD065 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 101 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.18 |
| HSL | 60.56º | 0.53% | 0.61% | - |
| HSV(B) | 60.56º | 0.51% | 0.82% | - |
| XYZ | 50.64 | 59.32 | 21.09 | - |
| YUV | 195.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 101 | 0.00 | 0 | 0.51 | 0.18 | 60.56 | 0.53 | 0.61 |
| Hex | CF | D0 | 65 | 0 | 0 | 33 | 12 | 3D | 35 | 3D |
| Octal | 317 | 320 | 145 | 0 | 0 | 63 | 22 | 75 | 65 | 75 |
| Binary | 11001111 | 11010000 | 1100101 | 0 | 0 | 110011 | 10010 | 111101 | 110101 | 111101 |
Color Harmonies of #CFD065
Complementary color
Monochromatic Colors of #CFD065
Black with #CFD065
Text Example
Text Example
White with #CFD065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD065; }
p { color: rgb(207,208,101); }
H1.HeaderClassName
{
color: #CFD065;
}
.AnyTagClassName
{
color: #CFD065;
}
</style>
background-color css
<style>
a { background-color: #CFD065; }
a { background-color: rgb(207,208,101); }
div.DivClassName
{
background-color: #CFD065;
}
.BgClassName
{
background-color: #CFD065;
}
</style>
border-color css
<style>
span { border-color: #CFD065; }
span { border-color: rgb(207,208,101); }
td.TdClassName
{
border-color: #CFD065;
}
.TagClassName
{
border-color: #CFD065;
}
</style>