Shades of Goldenrod #CFDA67
Tints of Goldenrod #CFDA67
RGB
CMYK
RGB Variations
Color information
#CFDA67 (or 0xCFDA67) is known color: Goldenrod. HEX triplet: CF, DA and 67. RGB value is (207,218,103). Sum of RGB (Red+Green+Blue) = 207+218+103=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 103 (40.62% from 255 or 19.51% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA67 is #302598. Grayscale: #CACACA. Windows color (decimal): -3155353 or 6806223. OLE color: 6806223.
HSL color Cylindrical-coordinate representation of color #CFDA67: hue angle of 65.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFDA67 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 103 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.15 |
| HSL | 65.74º | 0.61% | 0.63% | - |
| HSV(B) | 65.74º | 0.53% | 0.85% | - |
| XYZ | 53.25 | 64.39 | 22.45 | - |
| YUV | 201.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 103 | 0.05 | 0 | 0.53 | 0.15 | 65.74 | 0.61 | 0.63 |
| Hex | CF | DA | 67 | 5 | 0 | 35 | F | 42 | 3D | 3F |
| Octal | 317 | 332 | 147 | 5 | 0 | 65 | 17 | 102 | 75 | 77 |
| Binary | 11001111 | 11011010 | 1100111 | 101 | 0 | 110101 | 1111 | 1000010 | 111101 | 111111 |
Color Harmonies of #CFDA67
Complementary color
Monochromatic Colors of #CFDA67
Black with #CFDA67
Text Example
Text Example
White with #CFDA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA67; }
p { color: rgb(207,218,103); }
H1.HeaderClassName
{
color: #CFDA67;
}
.AnyTagClassName
{
color: #CFDA67;
}
</style>
background-color css
<style>
a { background-color: #CFDA67; }
a { background-color: rgb(207,218,103); }
div.DivClassName
{
background-color: #CFDA67;
}
.BgClassName
{
background-color: #CFDA67;
}
</style>
border-color css
<style>
span { border-color: #CFDA67; }
span { border-color: rgb(207,218,103); }
td.TdClassName
{
border-color: #CFDA67;
}
.TagClassName
{
border-color: #CFDA67;
}
</style>