Shades of Goldenrod #CFDC6A
Tints of Goldenrod #CFDC6A
RGB
CMYK
RGB Variations
Color information
#CFDC6A (or 0xCFDC6A) is known color: Goldenrod. HEX triplet: CF, DC and 6A. RGB value is (207,220,106). Sum of RGB (Red+Green+Blue) = 207+220+106=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC6A is #302395. Grayscale: #CBCBCB. Windows color (decimal): -3154838 or 7003343. OLE color: 7003343.
HSL color Cylindrical-coordinate representation of color #CFDC6A: hue angle of 66.84º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFDC6A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 106 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.14 |
| HSL | 66.84º | 0.62% | 0.64% | - |
| HSV(B) | 66.84º | 0.52% | 0.86% | - |
| XYZ | 53.93 | 65.49 | 23.43 | - |
| YUV | 203.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 106 | 0.06 | 0 | 0.52 | 0.14 | 66.84 | 0.62 | 0.64 |
| Hex | CF | DC | 6A | 6 | 0 | 34 | E | 43 | 3E | 40 |
| Octal | 317 | 334 | 152 | 6 | 0 | 64 | 16 | 103 | 76 | 100 |
| Binary | 11001111 | 11011100 | 1101010 | 110 | 0 | 110100 | 1110 | 1000011 | 111110 | 1000000 |
Color Harmonies of #CFDC6A
Complementary color
Monochromatic Colors of #CFDC6A
Black with #CFDC6A
Text Example
Text Example
White with #CFDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC6A; }
p { color: rgb(207,220,106); }
H1.HeaderClassName
{
color: #CFDC6A;
}
.AnyTagClassName
{
color: #CFDC6A;
}
</style>
background-color css
<style>
a { background-color: #CFDC6A; }
a { background-color: rgb(207,220,106); }
div.DivClassName
{
background-color: #CFDC6A;
}
.BgClassName
{
background-color: #CFDC6A;
}
</style>
border-color css
<style>
span { border-color: #CFDC6A; }
span { border-color: rgb(207,220,106); }
td.TdClassName
{
border-color: #CFDC6A;
}
.TagClassName
{
border-color: #CFDC6A;
}
</style>