Shades of Goldenrod #CFDB73
Tints of Goldenrod #CFDB73
RGB
CMYK
RGB Variations
Color information
#CFDB73 (or 0xCFDB73) is known color: Goldenrod. HEX triplet: CF, DB and 73. RGB value is (207,219,115). Sum of RGB (Red+Green+Blue) = 207+219+115=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB73 is #30248C. Grayscale: #CBCBCB. Windows color (decimal): -3155085 or 7592911. OLE color: 7592911.
HSL color Cylindrical-coordinate representation of color #CFDB73: hue angle of 66.92º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFDB73 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 115 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.14 |
| HSL | 66.92º | 0.59% | 0.65% | - |
| HSV(B) | 66.92º | 0.47% | 0.86% | - |
| XYZ | 54.16 | 65.17 | 25.94 | - |
| YUV | 203.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 115 | 0.05 | 0 | 0.47 | 0.14 | 66.92 | 0.59 | 0.65 |
| Hex | CF | DB | 73 | 5 | 0 | 2F | E | 43 | 3B | 41 |
| Octal | 317 | 333 | 163 | 5 | 0 | 57 | 16 | 103 | 73 | 101 |
| Binary | 11001111 | 11011011 | 1110011 | 101 | 0 | 101111 | 1110 | 1000011 | 111011 | 1000001 |
Color Harmonies of #CFDB73
Complementary color
Monochromatic Colors of #CFDB73
Black with #CFDB73
Text Example
Text Example
White with #CFDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB73; }
p { color: rgb(207,219,115); }
H1.HeaderClassName
{
color: #CFDB73;
}
.AnyTagClassName
{
color: #CFDB73;
}
</style>
background-color css
<style>
a { background-color: #CFDB73; }
a { background-color: rgb(207,219,115); }
div.DivClassName
{
background-color: #CFDB73;
}
.BgClassName
{
background-color: #CFDB73;
}
</style>
border-color css
<style>
span { border-color: #CFDB73; }
span { border-color: rgb(207,219,115); }
td.TdClassName
{
border-color: #CFDB73;
}
.TagClassName
{
border-color: #CFDB73;
}
</style>