Shades of Goldenrod #CFDB60
Tints of Goldenrod #CFDB60
RGB
CMYK
RGB Variations
Color information
#CFDB60 (or 0xCFDB60) is known color: Goldenrod. HEX triplet: CF, DB and 60. RGB value is (207,219,96). Sum of RGB (Red+Green+Blue) = 207+219+96=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB60 is #30249F. Grayscale: #C9C9C9. Windows color (decimal): -3155104 or 6347727. OLE color: 6347727.
HSL color Cylindrical-coordinate representation of color #CFDB60: hue angle of 65.85º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFDB60 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 96 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.14 |
| HSL | 65.85º | 0.63% | 0.62% | - |
| HSV(B) | 65.85º | 0.56% | 0.86% | - |
| XYZ | 53.17 | 64.77 | 20.77 | - |
| YUV | 201.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 96 | 0.05 | 0 | 0.56 | 0.14 | 65.85 | 0.63 | 0.62 |
| Hex | CF | DB | 60 | 5 | 0 | 38 | E | 42 | 3F | 3E |
| Octal | 317 | 333 | 140 | 5 | 0 | 70 | 16 | 102 | 77 | 76 |
| Binary | 11001111 | 11011011 | 1100000 | 101 | 0 | 111000 | 1110 | 1000010 | 111111 | 111110 |
Color Harmonies of #CFDB60
Complementary color
Monochromatic Colors of #CFDB60
Black with #CFDB60
Text Example
Text Example
White with #CFDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB60; }
p { color: rgb(207,219,96); }
H1.HeaderClassName
{
color: #CFDB60;
}
.AnyTagClassName
{
color: #CFDB60;
}
</style>
background-color css
<style>
a { background-color: #CFDB60; }
a { background-color: rgb(207,219,96); }
div.DivClassName
{
background-color: #CFDB60;
}
.BgClassName
{
background-color: #CFDB60;
}
</style>
border-color css
<style>
span { border-color: #CFDB60; }
span { border-color: rgb(207,219,96); }
td.TdClassName
{
border-color: #CFDB60;
}
.TagClassName
{
border-color: #CFDB60;
}
</style>