Shades of Goldenrod #CFD16C
Tints of Goldenrod #CFD16C
RGB
CMYK
RGB Variations
Color information
#CFD16C (or 0xCFD16C) is known color: Goldenrod. HEX triplet: CF, D1 and 6C. RGB value is (207,209,108). Sum of RGB (Red+Green+Blue) = 207+209+108=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD16C is #302E93. Grayscale: #C5C5C5. Windows color (decimal): -3157652 or 7131599. OLE color: 7131599.
HSL color Cylindrical-coordinate representation of color #CFD16C: hue angle of 61.19º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFD16C is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 108 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.18 |
| HSL | 61.19º | 0.52% | 0.62% | - |
| HSV(B) | 61.19º | 0.48% | 0.82% | - |
| XYZ | 51.24 | 59.95 | 23.06 | - |
| YUV | 196.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 108 | 0.01 | 0 | 0.48 | 0.18 | 61.19 | 0.52 | 0.62 |
| Hex | CF | D1 | 6C | 1 | 0 | 30 | 12 | 3D | 34 | 3E |
| Octal | 317 | 321 | 154 | 1 | 0 | 60 | 22 | 75 | 64 | 76 |
| Binary | 11001111 | 11010001 | 1101100 | 1 | 0 | 110000 | 10010 | 111101 | 110100 | 111110 |
Color Harmonies of #CFD16C
Complementary color
Monochromatic Colors of #CFD16C
Black with #CFD16C
Text Example
Text Example
White with #CFD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD16C; }
p { color: rgb(207,209,108); }
H1.HeaderClassName
{
color: #CFD16C;
}
.AnyTagClassName
{
color: #CFD16C;
}
</style>
background-color css
<style>
a { background-color: #CFD16C; }
a { background-color: rgb(207,209,108); }
div.DivClassName
{
background-color: #CFD16C;
}
.BgClassName
{
background-color: #CFD16C;
}
</style>
border-color css
<style>
span { border-color: #CFD16C; }
span { border-color: rgb(207,209,108); }
td.TdClassName
{
border-color: #CFD16C;
}
.TagClassName
{
border-color: #CFD16C;
}
</style>