Shades of Goldenrod #CFDB66
Tints of Goldenrod #CFDB66
RGB
CMYK
RGB Variations
Color information
#CFDB66 (or 0xCFDB66) is known color: Goldenrod. HEX triplet: CF, DB and 66. RGB value is (207,219,102). Sum of RGB (Red+Green+Blue) = 207+219+102=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB66 is #302499. Grayscale: #CACACA. Windows color (decimal): -3155098 or 6740943. OLE color: 6740943.
HSL color Cylindrical-coordinate representation of color #CFDB66: hue angle of 66.15º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFDB66 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 102 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.14 |
| HSL | 66.15º | 0.62% | 0.63% | - |
| HSV(B) | 66.15º | 0.53% | 0.86% | - |
| XYZ | 53.46 | 64.89 | 22.28 | - |
| YUV | 202.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 102 | 0.05 | 0 | 0.53 | 0.14 | 66.15 | 0.62 | 0.63 |
| Hex | CF | DB | 66 | 5 | 0 | 35 | E | 42 | 3E | 3F |
| Octal | 317 | 333 | 146 | 5 | 0 | 65 | 16 | 102 | 76 | 77 |
| Binary | 11001111 | 11011011 | 1100110 | 101 | 0 | 110101 | 1110 | 1000010 | 111110 | 111111 |
Color Harmonies of #CFDB66
Complementary color
Monochromatic Colors of #CFDB66
Black with #CFDB66
Text Example
Text Example
White with #CFDB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB66; }
p { color: rgb(207,219,102); }
H1.HeaderClassName
{
color: #CFDB66;
}
.AnyTagClassName
{
color: #CFDB66;
}
</style>
background-color css
<style>
a { background-color: #CFDB66; }
a { background-color: rgb(207,219,102); }
div.DivClassName
{
background-color: #CFDB66;
}
.BgClassName
{
background-color: #CFDB66;
}
</style>
border-color css
<style>
span { border-color: #CFDB66; }
span { border-color: rgb(207,219,102); }
td.TdClassName
{
border-color: #CFDB66;
}
.TagClassName
{
border-color: #CFDB66;
}
</style>