Shades of Goldenrod #CFD46A
Tints of Goldenrod #CFD46A
RGB
CMYK
RGB Variations
Color information
#CFD46A (or 0xCFD46A) is known color: Goldenrod. HEX triplet: CF, D4 and 6A. RGB value is (207,212,106). Sum of RGB (Red+Green+Blue) = 207+212+106=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD46A is #302B95. Grayscale: #C6C6C6. Windows color (decimal): -3156886 or 7001295. OLE color: 7001295.
HSL color Cylindrical-coordinate representation of color #CFD46A: hue angle of 62.83º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD46A is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 106 | - |
| CMYK | 0.02 | 0 | 0.5 | 0.17 |
| HSL | 62.83º | 0.55% | 0.62% | - |
| HSV(B) | 62.83º | 0.5% | 0.83% | - |
| XYZ | 51.88 | 61.39 | 22.75 | - |
| YUV | 198.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 106 | 0.02 | 0 | 0.5 | 0.17 | 62.83 | 0.55 | 0.62 |
| Hex | CF | D4 | 6A | 2 | 0 | 32 | 11 | 3F | 37 | 3E |
| Octal | 317 | 324 | 152 | 2 | 0 | 62 | 21 | 77 | 67 | 76 |
| Binary | 11001111 | 11010100 | 1101010 | 10 | 0 | 110010 | 10001 | 111111 | 110111 | 111110 |
Color Harmonies of #CFD46A
Complementary color
Monochromatic Colors of #CFD46A
Black with #CFD46A
Text Example
Text Example
White with #CFD46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD46A; }
p { color: rgb(207,212,106); }
H1.HeaderClassName
{
color: #CFD46A;
}
.AnyTagClassName
{
color: #CFD46A;
}
</style>
background-color css
<style>
a { background-color: #CFD46A; }
a { background-color: rgb(207,212,106); }
div.DivClassName
{
background-color: #CFD46A;
}
.BgClassName
{
background-color: #CFD46A;
}
</style>
border-color css
<style>
span { border-color: #CFD46A; }
span { border-color: rgb(207,212,106); }
td.TdClassName
{
border-color: #CFD46A;
}
.TagClassName
{
border-color: #CFD46A;
}
</style>