Shades of Goldenrod #CFDB70
Tints of Goldenrod #CFDB70
RGB
CMYK
RGB Variations
Color information
#CFDB70 (or 0xCFDB70) is known color: Goldenrod. HEX triplet: CF, DB and 70. RGB value is (207,219,112). Sum of RGB (Red+Green+Blue) = 207+219+112=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB70 is #30248F. Grayscale: #CBCBCB. Windows color (decimal): -3155088 or 7396303. OLE color: 7396303.
HSL color Cylindrical-coordinate representation of color #CFDB70: hue angle of 66.73º 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 #CFDB70 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 112 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.14 |
| HSL | 66.73º | 0.6% | 0.65% | - |
| HSV(B) | 66.73º | 0.49% | 0.86% | - |
| XYZ | 53.99 | 65.1 | 25.05 | - |
| YUV | 203.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 112 | 0.05 | 0 | 0.49 | 0.14 | 66.73 | 0.6 | 0.65 |
| Hex | CF | DB | 70 | 5 | 0 | 31 | E | 43 | 3C | 41 |
| Octal | 317 | 333 | 160 | 5 | 0 | 61 | 16 | 103 | 74 | 101 |
| Binary | 11001111 | 11011011 | 1110000 | 101 | 0 | 110001 | 1110 | 1000011 | 111100 | 1000001 |
Color Harmonies of #CFDB70
Complementary color
Monochromatic Colors of #CFDB70
Black with #CFDB70
Text Example
Text Example
White with #CFDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB70; }
p { color: rgb(207,219,112); }
H1.HeaderClassName
{
color: #CFDB70;
}
.AnyTagClassName
{
color: #CFDB70;
}
</style>
background-color css
<style>
a { background-color: #CFDB70; }
a { background-color: rgb(207,219,112); }
div.DivClassName
{
background-color: #CFDB70;
}
.BgClassName
{
background-color: #CFDB70;
}
</style>
border-color css
<style>
span { border-color: #CFDB70; }
span { border-color: rgb(207,219,112); }
td.TdClassName
{
border-color: #CFDB70;
}
.TagClassName
{
border-color: #CFDB70;
}
</style>