Shades of Goldenrod #CFDB6F
Tints of Goldenrod #CFDB6F
RGB
CMYK
RGB Variations
Color information
#CFDB6F (or 0xCFDB6F) is known color: Goldenrod. HEX triplet: CF, DB and 6F. RGB value is (207,219,111). Sum of RGB (Red+Green+Blue) = 207+219+111=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB6F is #302490. Grayscale: #CBCBCB. Windows color (decimal): -3155089 or 7330767. OLE color: 7330767.
HSL color Cylindrical-coordinate representation of color #CFDB6F: hue angle of 66.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFDB6F is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 111 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.14 |
| HSL | 66.67º | 0.6% | 0.65% | - |
| HSV(B) | 66.67º | 0.49% | 0.86% | - |
| XYZ | 53.93 | 65.08 | 24.76 | - |
| YUV | 203.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 111 | 0.05 | 0 | 0.49 | 0.14 | 66.67 | 0.6 | 0.65 |
| Hex | CF | DB | 6F | 5 | 0 | 31 | E | 43 | 3C | 41 |
| Octal | 317 | 333 | 157 | 5 | 0 | 61 | 16 | 103 | 74 | 101 |
| Binary | 11001111 | 11011011 | 1101111 | 101 | 0 | 110001 | 1110 | 1000011 | 111100 | 1000001 |
Color Harmonies of #CFDB6F
Complementary color
Monochromatic Colors of #CFDB6F
Black with #CFDB6F
Text Example
Text Example
White with #CFDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB6F; }
p { color: rgb(207,219,111); }
H1.HeaderClassName
{
color: #CFDB6F;
}
.AnyTagClassName
{
color: #CFDB6F;
}
</style>
background-color css
<style>
a { background-color: #CFDB6F; }
a { background-color: rgb(207,219,111); }
div.DivClassName
{
background-color: #CFDB6F;
}
.BgClassName
{
background-color: #CFDB6F;
}
</style>
border-color css
<style>
span { border-color: #CFDB6F; }
span { border-color: rgb(207,219,111); }
td.TdClassName
{
border-color: #CFDB6F;
}
.TagClassName
{
border-color: #CFDB6F;
}
</style>