Shades of Goldenrod #CFDB5E
Tints of Goldenrod #CFDB5E
RGB
CMYK
RGB Variations
Color information
#CFDB5E (or 0xCFDB5E) is known color: Goldenrod. HEX triplet: CF, DB and 5E. RGB value is (207,219,94). Sum of RGB (Red+Green+Blue) = 207+219+94=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB5E is #3024A1. Grayscale: #C9C9C9. Windows color (decimal): -3155106 or 6216655. OLE color: 6216655.
HSL color Cylindrical-coordinate representation of color #CFDB5E: hue angle of 65.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFDB5E is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 94 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.14 |
| HSL | 65.76º | 0.63% | 0.61% | - |
| HSV(B) | 65.76º | 0.57% | 0.86% | - |
| XYZ | 53.08 | 64.74 | 20.29 | - |
| YUV | 201.16 | 67.52 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 94 | 0.05 | 0 | 0.57 | 0.14 | 65.76 | 0.63 | 0.61 |
| Hex | CF | DB | 5E | 5 | 0 | 39 | E | 42 | 3F | 3D |
| Octal | 317 | 333 | 136 | 5 | 0 | 71 | 16 | 102 | 77 | 75 |
| Binary | 11001111 | 11011011 | 1011110 | 101 | 0 | 111001 | 1110 | 1000010 | 111111 | 111101 |
Color Harmonies of #CFDB5E
Complementary color
Monochromatic Colors of #CFDB5E
Black with #CFDB5E
Text Example
Text Example
White with #CFDB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB5E; }
p { color: rgb(207,219,94); }
H1.HeaderClassName
{
color: #CFDB5E;
}
.AnyTagClassName
{
color: #CFDB5E;
}
</style>
background-color css
<style>
a { background-color: #CFDB5E; }
a { background-color: rgb(207,219,94); }
div.DivClassName
{
background-color: #CFDB5E;
}
.BgClassName
{
background-color: #CFDB5E;
}
</style>
border-color css
<style>
span { border-color: #CFDB5E; }
span { border-color: rgb(207,219,94); }
td.TdClassName
{
border-color: #CFDB5E;
}
.TagClassName
{
border-color: #CFDB5E;
}
</style>