Shades of Goldenrod #CFD068
Tints of Goldenrod #CFD068
RGB
CMYK
RGB Variations
Color information
#CFD068 (or 0xCFD068) is known color: Goldenrod. HEX triplet: CF, D0 and 68. RGB value is (207,208,104). Sum of RGB (Red+Green+Blue) = 207+208+104=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD068 is #302F97. Grayscale: #C4C4C4. Windows color (decimal): -3157912 or 6869199. OLE color: 6869199.
HSL color Cylindrical-coordinate representation of color #CFD068: hue angle of 60.58º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD068 is Cyan = 0.00, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 104 | - |
| CMYK | 0.00 | 0 | 0.5 | 0.18 |
| HSL | 60.58º | 0.53% | 0.61% | - |
| HSV(B) | 60.58º | 0.5% | 0.82% | - |
| XYZ | 50.79 | 59.38 | 21.88 | - |
| YUV | 195.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 104 | 0.00 | 0 | 0.5 | 0.18 | 60.58 | 0.53 | 0.61 |
| Hex | CF | D0 | 68 | 0 | 0 | 32 | 12 | 3D | 35 | 3D |
| Octal | 317 | 320 | 150 | 0 | 0 | 62 | 22 | 75 | 65 | 75 |
| Binary | 11001111 | 11010000 | 1101000 | 0 | 0 | 110010 | 10010 | 111101 | 110101 | 111101 |
Color Harmonies of #CFD068
Complementary color
Monochromatic Colors of #CFD068
Black with #CFD068
Text Example
Text Example
White with #CFD068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD068; }
p { color: rgb(207,208,104); }
H1.HeaderClassName
{
color: #CFD068;
}
.AnyTagClassName
{
color: #CFD068;
}
</style>
background-color css
<style>
a { background-color: #CFD068; }
a { background-color: rgb(207,208,104); }
div.DivClassName
{
background-color: #CFD068;
}
.BgClassName
{
background-color: #CFD068;
}
</style>
border-color css
<style>
span { border-color: #CFD068; }
span { border-color: rgb(207,208,104); }
td.TdClassName
{
border-color: #CFD068;
}
.TagClassName
{
border-color: #CFD068;
}
</style>