Shades of Goldenrod #CFD967
Tints of Goldenrod #CFD967
RGB
CMYK
RGB Variations
Color information
#CFD967 (or 0xCFD967) is known color: Goldenrod. HEX triplet: CF, D9 and 67. RGB value is (207,217,103). Sum of RGB (Red+Green+Blue) = 207+217+103=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD967 is #302698. Grayscale: #C9C9C9. Windows color (decimal): -3155609 or 6805967. OLE color: 6805967.
HSL color Cylindrical-coordinate representation of color #CFD967: hue angle of 65.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFD967 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 103 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.15 |
| HSL | 65.26º | 0.6% | 0.63% | - |
| HSV(B) | 65.26º | 0.53% | 0.85% | - |
| XYZ | 52.99 | 63.87 | 22.37 | - |
| YUV | 201.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 103 | 0.05 | 0 | 0.53 | 0.15 | 65.26 | 0.6 | 0.63 |
| Hex | CF | D9 | 67 | 5 | 0 | 35 | F | 41 | 3C | 3F |
| Octal | 317 | 331 | 147 | 5 | 0 | 65 | 17 | 101 | 74 | 77 |
| Binary | 11001111 | 11011001 | 1100111 | 101 | 0 | 110101 | 1111 | 1000001 | 111100 | 111111 |
Color Harmonies of #CFD967
Complementary color
Monochromatic Colors of #CFD967
Black with #CFD967
Text Example
Text Example
White with #CFD967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD967; }
p { color: rgb(207,217,103); }
H1.HeaderClassName
{
color: #CFD967;
}
.AnyTagClassName
{
color: #CFD967;
}
</style>
background-color css
<style>
a { background-color: #CFD967; }
a { background-color: rgb(207,217,103); }
div.DivClassName
{
background-color: #CFD967;
}
.BgClassName
{
background-color: #CFD967;
}
</style>
border-color css
<style>
span { border-color: #CFD967; }
span { border-color: rgb(207,217,103); }
td.TdClassName
{
border-color: #CFD967;
}
.TagClassName
{
border-color: #CFD967;
}
</style>