Shades of Goldenrod #CFDA68
Tints of Goldenrod #CFDA68
RGB
CMYK
RGB Variations
Color information
#CFDA68 (or 0xCFDA68) is known color: Goldenrod. HEX triplet: CF, DA and 68. RGB value is (207,218,104). Sum of RGB (Red+Green+Blue) = 207+218+104=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA68 is #302597. Grayscale: #CACACA. Windows color (decimal): -3155352 or 6871759. OLE color: 6871759.
HSL color Cylindrical-coordinate representation of color #CFDA68: hue angle of 65.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFDA68 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 104 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.15 |
| HSL | 65.79º | 0.61% | 0.63% | - |
| HSV(B) | 65.79º | 0.52% | 0.85% | - |
| XYZ | 53.3 | 64.41 | 22.72 | - |
| YUV | 201.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 104 | 0.05 | 0 | 0.52 | 0.15 | 65.79 | 0.61 | 0.63 |
| Hex | CF | DA | 68 | 5 | 0 | 34 | F | 42 | 3D | 3F |
| Octal | 317 | 332 | 150 | 5 | 0 | 64 | 17 | 102 | 75 | 77 |
| Binary | 11001111 | 11011010 | 1101000 | 101 | 0 | 110100 | 1111 | 1000010 | 111101 | 111111 |
Color Harmonies of #CFDA68
Complementary color
Monochromatic Colors of #CFDA68
Black with #CFDA68
Text Example
Text Example
White with #CFDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA68; }
p { color: rgb(207,218,104); }
H1.HeaderClassName
{
color: #CFDA68;
}
.AnyTagClassName
{
color: #CFDA68;
}
</style>
background-color css
<style>
a { background-color: #CFDA68; }
a { background-color: rgb(207,218,104); }
div.DivClassName
{
background-color: #CFDA68;
}
.BgClassName
{
background-color: #CFDA68;
}
</style>
border-color css
<style>
span { border-color: #CFDA68; }
span { border-color: rgb(207,218,104); }
td.TdClassName
{
border-color: #CFDA68;
}
.TagClassName
{
border-color: #CFDA68;
}
</style>