Shades of Goldenrod #CFD96B
Tints of Goldenrod #CFD96B
RGB
CMYK
RGB Variations
Color information
#CFD96B (or 0xCFD96B) is known color: Goldenrod. HEX triplet: CF, D9 and 6B. RGB value is (207,217,107). Sum of RGB (Red+Green+Blue) = 207+217+107=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD96B is #302694. Grayscale: #C9C9C9. Windows color (decimal): -3155605 or 7068111. OLE color: 7068111.
HSL color Cylindrical-coordinate representation of color #CFD96B: hue angle of 65.45º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFD96B is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 107 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.15 |
| HSL | 65.45º | 0.59% | 0.64% | - |
| HSV(B) | 65.45º | 0.51% | 0.85% | - |
| XYZ | 53.2 | 63.95 | 23.45 | - |
| YUV | 201.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 107 | 0.05 | 0 | 0.51 | 0.15 | 65.45 | 0.59 | 0.64 |
| Hex | CF | D9 | 6B | 5 | 0 | 33 | F | 41 | 3B | 40 |
| Octal | 317 | 331 | 153 | 5 | 0 | 63 | 17 | 101 | 73 | 100 |
| Binary | 11001111 | 11011001 | 1101011 | 101 | 0 | 110011 | 1111 | 1000001 | 111011 | 1000000 |
Color Harmonies of #CFD96B
Complementary color
Monochromatic Colors of #CFD96B
Black with #CFD96B
Text Example
Text Example
White with #CFD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD96B; }
p { color: rgb(207,217,107); }
H1.HeaderClassName
{
color: #CFD96B;
}
.AnyTagClassName
{
color: #CFD96B;
}
</style>
background-color css
<style>
a { background-color: #CFD96B; }
a { background-color: rgb(207,217,107); }
div.DivClassName
{
background-color: #CFD96B;
}
.BgClassName
{
background-color: #CFD96B;
}
</style>
border-color css
<style>
span { border-color: #CFD96B; }
span { border-color: rgb(207,217,107); }
td.TdClassName
{
border-color: #CFD96B;
}
.TagClassName
{
border-color: #CFD96B;
}
</style>