Shades of Goldenrod #CFDA5F
Tints of Goldenrod #CFDA5F
RGB
CMYK
RGB Variations
Color information
#CFDA5F (or 0xCFDA5F) is known color: Goldenrod. HEX triplet: CF, DA and 5F. RGB value is (207,218,95). Sum of RGB (Red+Green+Blue) = 207+218+95=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA5F is #3025A0. Grayscale: #C9C9C9. Windows color (decimal): -3155361 or 6281935. OLE color: 6281935.
HSL color Cylindrical-coordinate representation of color #CFDA5F: hue angle of 65.37º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFDA5F is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 95 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.15 |
| HSL | 65.37º | 0.62% | 0.61% | - |
| HSV(B) | 65.37º | 0.56% | 0.85% | - |
| XYZ | 52.87 | 64.23 | 20.44 | - |
| YUV | 200.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 95 | 0.05 | 0 | 0.56 | 0.15 | 65.37 | 0.62 | 0.61 |
| Hex | CF | DA | 5F | 5 | 0 | 38 | F | 41 | 3E | 3D |
| Octal | 317 | 332 | 137 | 5 | 0 | 70 | 17 | 101 | 76 | 75 |
| Binary | 11001111 | 11011010 | 1011111 | 101 | 0 | 111000 | 1111 | 1000001 | 111110 | 111101 |
Color Harmonies of #CFDA5F
Complementary color
Monochromatic Colors of #CFDA5F
Black with #CFDA5F
Text Example
Text Example
White with #CFDA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA5F; }
p { color: rgb(207,218,95); }
H1.HeaderClassName
{
color: #CFDA5F;
}
.AnyTagClassName
{
color: #CFDA5F;
}
</style>
background-color css
<style>
a { background-color: #CFDA5F; }
a { background-color: rgb(207,218,95); }
div.DivClassName
{
background-color: #CFDA5F;
}
.BgClassName
{
background-color: #CFDA5F;
}
</style>
border-color css
<style>
span { border-color: #CFDA5F; }
span { border-color: rgb(207,218,95); }
td.TdClassName
{
border-color: #CFDA5F;
}
.TagClassName
{
border-color: #CFDA5F;
}
</style>