Shades of Goldenrod #CFDB65
Tints of Goldenrod #CFDB65
RGB
CMYK
RGB Variations
Color information
#CFDB65 (or 0xCFDB65) is known color: Goldenrod. HEX triplet: CF, DB and 65. RGB value is (207,219,101). Sum of RGB (Red+Green+Blue) = 207+219+101=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB65 is #30249A. Grayscale: #CACACA. Windows color (decimal): -3155099 or 6675407. OLE color: 6675407.
HSL color Cylindrical-coordinate representation of color #CFDB65: hue angle of 66.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFDB65 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 101 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.14 |
| HSL | 66.1º | 0.62% | 0.63% | - |
| HSV(B) | 66.1º | 0.54% | 0.86% | - |
| XYZ | 53.41 | 64.87 | 22.02 | - |
| YUV | 201.96 | 71.02 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 101 | 0.05 | 0 | 0.54 | 0.14 | 66.1 | 0.62 | 0.63 |
| Hex | CF | DB | 65 | 5 | 0 | 36 | E | 42 | 3E | 3F |
| Octal | 317 | 333 | 145 | 5 | 0 | 66 | 16 | 102 | 76 | 77 |
| Binary | 11001111 | 11011011 | 1100101 | 101 | 0 | 110110 | 1110 | 1000010 | 111110 | 111111 |
Color Harmonies of #CFDB65
Complementary color
Monochromatic Colors of #CFDB65
Black with #CFDB65
Text Example
Text Example
White with #CFDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB65; }
p { color: rgb(207,219,101); }
H1.HeaderClassName
{
color: #CFDB65;
}
.AnyTagClassName
{
color: #CFDB65;
}
</style>
background-color css
<style>
a { background-color: #CFDB65; }
a { background-color: rgb(207,219,101); }
div.DivClassName
{
background-color: #CFDB65;
}
.BgClassName
{
background-color: #CFDB65;
}
</style>
border-color css
<style>
span { border-color: #CFDB65; }
span { border-color: rgb(207,219,101); }
td.TdClassName
{
border-color: #CFDB65;
}
.TagClassName
{
border-color: #CFDB65;
}
</style>