Shades of Goldenrod #CFDD5E
Tints of Goldenrod #CFDD5E
RGB
CMYK
RGB Variations
Color information
#CFDD5E (or 0xCFDD5E) is known color: Goldenrod. HEX triplet: CF, DD and 5E. RGB value is (207,221,94). Sum of RGB (Red+Green+Blue) = 207+221+94=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD5E is #3022A1. Grayscale: #CACACA. Windows color (decimal): -3154594 or 6217167. OLE color: 6217167.
HSL color Cylindrical-coordinate representation of color #CFDD5E: hue angle of 66.61º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFDD5E is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 94 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.13 |
| HSL | 66.61º | 0.65% | 0.62% | - |
| HSV(B) | 66.61º | 0.57% | 0.87% | - |
| XYZ | 53.61 | 65.79 | 20.46 | - |
| YUV | 202.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 94 | 0.06 | 0 | 0.57 | 0.13 | 66.61 | 0.65 | 0.62 |
| Hex | CF | DD | 5E | 6 | 0 | 39 | D | 43 | 41 | 3E |
| Octal | 317 | 335 | 136 | 6 | 0 | 71 | 15 | 103 | 101 | 76 |
| Binary | 11001111 | 11011101 | 1011110 | 110 | 0 | 111001 | 1101 | 1000011 | 1000001 | 111110 |
Color Harmonies of #CFDD5E
Complementary color
Monochromatic Colors of #CFDD5E
Black with #CFDD5E
Text Example
Text Example
White with #CFDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD5E; }
p { color: rgb(207,221,94); }
H1.HeaderClassName
{
color: #CFDD5E;
}
.AnyTagClassName
{
color: #CFDD5E;
}
</style>
background-color css
<style>
a { background-color: #CFDD5E; }
a { background-color: rgb(207,221,94); }
div.DivClassName
{
background-color: #CFDD5E;
}
.BgClassName
{
background-color: #CFDD5E;
}
</style>
border-color css
<style>
span { border-color: #CFDD5E; }
span { border-color: rgb(207,221,94); }
td.TdClassName
{
border-color: #CFDD5E;
}
.TagClassName
{
border-color: #CFDD5E;
}
</style>