Shades of Goldenrod #CFDC67
Tints of Goldenrod #CFDC67
RGB
CMYK
RGB Variations
Color information
#CFDC67 (or 0xCFDC67) is known color: Goldenrod. HEX triplet: CF, DC and 67. RGB value is (207,220,103). Sum of RGB (Red+Green+Blue) = 207+220+103=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC67 is #302398. Grayscale: #CBCBCB. Windows color (decimal): -3154841 or 6806735. OLE color: 6806735.
HSL color Cylindrical-coordinate representation of color #CFDC67: hue angle of 66.67º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFDC67 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 103 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.14 |
| HSL | 66.67º | 0.63% | 0.63% | - |
| HSV(B) | 66.67º | 0.53% | 0.86% | - |
| XYZ | 53.77 | 65.43 | 22.63 | - |
| YUV | 202.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 103 | 0.06 | 0 | 0.53 | 0.14 | 66.67 | 0.63 | 0.63 |
| Hex | CF | DC | 67 | 6 | 0 | 35 | E | 43 | 3F | 3F |
| Octal | 317 | 334 | 147 | 6 | 0 | 65 | 16 | 103 | 77 | 77 |
| Binary | 11001111 | 11011100 | 1100111 | 110 | 0 | 110101 | 1110 | 1000011 | 111111 | 111111 |
Color Harmonies of #CFDC67
Complementary color
Monochromatic Colors of #CFDC67
Black with #CFDC67
Text Example
Text Example
White with #CFDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC67; }
p { color: rgb(207,220,103); }
H1.HeaderClassName
{
color: #CFDC67;
}
.AnyTagClassName
{
color: #CFDC67;
}
</style>
background-color css
<style>
a { background-color: #CFDC67; }
a { background-color: rgb(207,220,103); }
div.DivClassName
{
background-color: #CFDC67;
}
.BgClassName
{
background-color: #CFDC67;
}
</style>
border-color css
<style>
span { border-color: #CFDC67; }
span { border-color: rgb(207,220,103); }
td.TdClassName
{
border-color: #CFDC67;
}
.TagClassName
{
border-color: #CFDC67;
}
</style>