Shades of Goldenrod #CFDD5B
Tints of Goldenrod #CFDD5B
RGB
CMYK
RGB Variations
Color information
#CFDD5B (or 0xCFDD5B) is known color: Goldenrod. HEX triplet: CF, DD and 5B. RGB value is (207,221,91). Sum of RGB (Red+Green+Blue) = 207+221+91=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD5B is #3022A4. Grayscale: #CACACA. Windows color (decimal): -3154597 or 6020559. OLE color: 6020559.
HSL color Cylindrical-coordinate representation of color #CFDD5B: hue angle of 66.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFDD5B is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 91 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.13 |
| HSL | 66.46º | 0.66% | 0.61% | - |
| HSV(B) | 66.46º | 0.59% | 0.87% | - |
| XYZ | 53.48 | 65.73 | 19.77 | - |
| YUV | 201.99 | 65.36 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 91 | 0.06 | 0 | 0.59 | 0.13 | 66.46 | 0.66 | 0.61 |
| Hex | CF | DD | 5B | 6 | 0 | 3B | D | 42 | 42 | 3D |
| Octal | 317 | 335 | 133 | 6 | 0 | 73 | 15 | 102 | 102 | 75 |
| Binary | 11001111 | 11011101 | 1011011 | 110 | 0 | 111011 | 1101 | 1000010 | 1000010 | 111101 |
Color Harmonies of #CFDD5B
Complementary color
Monochromatic Colors of #CFDD5B
Black with #CFDD5B
Text Example
Text Example
White with #CFDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD5B; }
p { color: rgb(207,221,91); }
H1.HeaderClassName
{
color: #CFDD5B;
}
.AnyTagClassName
{
color: #CFDD5B;
}
</style>
background-color css
<style>
a { background-color: #CFDD5B; }
a { background-color: rgb(207,221,91); }
div.DivClassName
{
background-color: #CFDD5B;
}
.BgClassName
{
background-color: #CFDD5B;
}
</style>
border-color css
<style>
span { border-color: #CFDD5B; }
span { border-color: rgb(207,221,91); }
td.TdClassName
{
border-color: #CFDD5B;
}
.TagClassName
{
border-color: #CFDD5B;
}
</style>