Shades of Goldenrod #CFD16B
Tints of Goldenrod #CFD16B
RGB
CMYK
RGB Variations
Color information
#CFD16B (or 0xCFD16B) is known color: Goldenrod. HEX triplet: CF, D1 and 6B. RGB value is (207,209,107). Sum of RGB (Red+Green+Blue) = 207+209+107=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD16B is #302E94. Grayscale: #C5C5C5. Windows color (decimal): -3157653 or 7066063. OLE color: 7066063.
HSL color Cylindrical-coordinate representation of color #CFD16B: hue angle of 61.18º 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 #CFD16B is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 107 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.18 |
| HSL | 61.18º | 0.53% | 0.62% | - |
| HSV(B) | 61.18º | 0.49% | 0.82% | - |
| XYZ | 51.19 | 59.93 | 22.78 | - |
| YUV | 196.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 107 | 0.01 | 0 | 0.49 | 0.18 | 61.18 | 0.53 | 0.62 |
| Hex | CF | D1 | 6B | 1 | 0 | 31 | 12 | 3D | 35 | 3E |
| Octal | 317 | 321 | 153 | 1 | 0 | 61 | 22 | 75 | 65 | 76 |
| Binary | 11001111 | 11010001 | 1101011 | 1 | 0 | 110001 | 10010 | 111101 | 110101 | 111110 |
Color Harmonies of #CFD16B
Complementary color
Monochromatic Colors of #CFD16B
Black with #CFD16B
Text Example
Text Example
White with #CFD16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD16B; }
p { color: rgb(207,209,107); }
H1.HeaderClassName
{
color: #CFD16B;
}
.AnyTagClassName
{
color: #CFD16B;
}
</style>
background-color css
<style>
a { background-color: #CFD16B; }
a { background-color: rgb(207,209,107); }
div.DivClassName
{
background-color: #CFD16B;
}
.BgClassName
{
background-color: #CFD16B;
}
</style>
border-color css
<style>
span { border-color: #CFD16B; }
span { border-color: rgb(207,209,107); }
td.TdClassName
{
border-color: #CFD16B;
}
.TagClassName
{
border-color: #CFD16B;
}
</style>