Shades of Goldenrod #CFD365
Tints of Goldenrod #CFD365
RGB
CMYK
RGB Variations
Color information
#CFD365 (or 0xCFD365) is known color: Goldenrod. HEX triplet: CF, D3 and 65. RGB value is (207,211,101). Sum of RGB (Red+Green+Blue) = 207+211+101=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD365 is #302C9A. Grayscale: #C5C5C5. Windows color (decimal): -3157147 or 6673359. OLE color: 6673359.
HSL color Cylindrical-coordinate representation of color #CFD365: hue angle of 62.18º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFD365 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 101 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.17 |
| HSL | 62.18º | 0.56% | 0.61% | - |
| HSV(B) | 62.18º | 0.52% | 0.83% | - |
| XYZ | 51.38 | 60.79 | 21.34 | - |
| YUV | 197.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 101 | 0.02 | 0 | 0.52 | 0.17 | 62.18 | 0.56 | 0.61 |
| Hex | CF | D3 | 65 | 2 | 0 | 34 | 11 | 3E | 38 | 3D |
| Octal | 317 | 323 | 145 | 2 | 0 | 64 | 21 | 76 | 70 | 75 |
| Binary | 11001111 | 11010011 | 1100101 | 10 | 0 | 110100 | 10001 | 111110 | 111000 | 111101 |
Color Harmonies of #CFD365
Complementary color
Monochromatic Colors of #CFD365
Black with #CFD365
Text Example
Text Example
White with #CFD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD365; }
p { color: rgb(207,211,101); }
H1.HeaderClassName
{
color: #CFD365;
}
.AnyTagClassName
{
color: #CFD365;
}
</style>
background-color css
<style>
a { background-color: #CFD365; }
a { background-color: rgb(207,211,101); }
div.DivClassName
{
background-color: #CFD365;
}
.BgClassName
{
background-color: #CFD365;
}
</style>
border-color css
<style>
span { border-color: #CFD365; }
span { border-color: rgb(207,211,101); }
td.TdClassName
{
border-color: #CFD365;
}
.TagClassName
{
border-color: #CFD365;
}
</style>