Shades of Goldenrod #CFDD67
Tints of Goldenrod #CFDD67
RGB
CMYK
RGB Variations
Color information
#CFDD67 (or 0xCFDD67) is known color: Goldenrod. HEX triplet: CF, DD and 67. RGB value is (207,221,103). Sum of RGB (Red+Green+Blue) = 207+221+103=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD67 is #302298. Grayscale: #CBCBCB. Windows color (decimal): -3154585 or 6806991. OLE color: 6806991.
HSL color Cylindrical-coordinate representation of color #CFDD67: hue angle of 67.12º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFDD67 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 103 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.13 |
| HSL | 67.12º | 0.63% | 0.64% | - |
| HSV(B) | 67.12º | 0.53% | 0.87% | - |
| XYZ | 54.04 | 65.96 | 22.72 | - |
| YUV | 203.36 | 71.36 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 103 | 0.06 | 0 | 0.53 | 0.13 | 67.12 | 0.63 | 0.64 |
| Hex | CF | DD | 67 | 6 | 0 | 35 | D | 43 | 3F | 40 |
| Octal | 317 | 335 | 147 | 6 | 0 | 65 | 15 | 103 | 77 | 100 |
| Binary | 11001111 | 11011101 | 1100111 | 110 | 0 | 110101 | 1101 | 1000011 | 111111 | 1000000 |
Color Harmonies of #CFDD67
Complementary color
Monochromatic Colors of #CFDD67
Black with #CFDD67
Text Example
Text Example
White with #CFDD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD67; }
p { color: rgb(207,221,103); }
H1.HeaderClassName
{
color: #CFDD67;
}
.AnyTagClassName
{
color: #CFDD67;
}
</style>
background-color css
<style>
a { background-color: #CFDD67; }
a { background-color: rgb(207,221,103); }
div.DivClassName
{
background-color: #CFDD67;
}
.BgClassName
{
background-color: #CFDD67;
}
</style>
border-color css
<style>
span { border-color: #CFDD67; }
span { border-color: rgb(207,221,103); }
td.TdClassName
{
border-color: #CFDD67;
}
.TagClassName
{
border-color: #CFDD67;
}
</style>