Shades of Goldenrod #CFD16A
Tints of Goldenrod #CFD16A
RGB
CMYK
RGB Variations
Color information
#CFD16A (or 0xCFD16A) is known color: Goldenrod. HEX triplet: CF, D1 and 6A. RGB value is (207,209,106). Sum of RGB (Red+Green+Blue) = 207+209+106=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD16A is #302E95. Grayscale: #C5C5C5. Windows color (decimal): -3157654 or 7000527. OLE color: 7000527.
HSL color Cylindrical-coordinate representation of color #CFD16A: hue angle of 61.17º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFD16A is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 106 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.18 |
| HSL | 61.17º | 0.53% | 0.62% | - |
| HSV(B) | 61.17º | 0.49% | 0.82% | - |
| XYZ | 51.13 | 59.91 | 22.5 | - |
| YUV | 196.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 106 | 0.01 | 0 | 0.49 | 0.18 | 61.17 | 0.53 | 0.62 |
| Hex | CF | D1 | 6A | 1 | 0 | 31 | 12 | 3D | 35 | 3E |
| Octal | 317 | 321 | 152 | 1 | 0 | 61 | 22 | 75 | 65 | 76 |
| Binary | 11001111 | 11010001 | 1101010 | 1 | 0 | 110001 | 10010 | 111101 | 110101 | 111110 |
Color Harmonies of #CFD16A
Complementary color
Monochromatic Colors of #CFD16A
Black with #CFD16A
Text Example
Text Example
White with #CFD16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD16A; }
p { color: rgb(207,209,106); }
H1.HeaderClassName
{
color: #CFD16A;
}
.AnyTagClassName
{
color: #CFD16A;
}
</style>
background-color css
<style>
a { background-color: #CFD16A; }
a { background-color: rgb(207,209,106); }
div.DivClassName
{
background-color: #CFD16A;
}
.BgClassName
{
background-color: #CFD16A;
}
</style>
border-color css
<style>
span { border-color: #CFD16A; }
span { border-color: rgb(207,209,106); }
td.TdClassName
{
border-color: #CFD16A;
}
.TagClassName
{
border-color: #CFD16A;
}
</style>