Shades of Goldenrod #CFDD6C
Tints of Goldenrod #CFDD6C
RGB
CMYK
RGB Variations
Color information
#CFDD6C (or 0xCFDD6C) is known color: Goldenrod. HEX triplet: CF, DD and 6C. RGB value is (207,221,108). Sum of RGB (Red+Green+Blue) = 207+221+108=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD6C is #302293. Grayscale: #CCCCCC. Windows color (decimal): -3154580 or 7134671. OLE color: 7134671.
HSL color Cylindrical-coordinate representation of color #CFDD6C: hue angle of 67.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFDD6C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 108 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.13 |
| HSL | 67.43º | 0.62% | 0.65% | - |
| HSV(B) | 67.43º | 0.51% | 0.87% | - |
| XYZ | 54.3 | 66.06 | 24.08 | - |
| YUV | 203.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 108 | 0.06 | 0 | 0.51 | 0.13 | 67.43 | 0.62 | 0.65 |
| Hex | CF | DD | 6C | 6 | 0 | 33 | D | 43 | 3E | 41 |
| Octal | 317 | 335 | 154 | 6 | 0 | 63 | 15 | 103 | 76 | 101 |
| Binary | 11001111 | 11011101 | 1101100 | 110 | 0 | 110011 | 1101 | 1000011 | 111110 | 1000001 |
Color Harmonies of #CFDD6C
Complementary color
Monochromatic Colors of #CFDD6C
Black with #CFDD6C
Text Example
Text Example
White with #CFDD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD6C; }
p { color: rgb(207,221,108); }
H1.HeaderClassName
{
color: #CFDD6C;
}
.AnyTagClassName
{
color: #CFDD6C;
}
</style>
background-color css
<style>
a { background-color: #CFDD6C; }
a { background-color: rgb(207,221,108); }
div.DivClassName
{
background-color: #CFDD6C;
}
.BgClassName
{
background-color: #CFDD6C;
}
</style>
border-color css
<style>
span { border-color: #CFDD6C; }
span { border-color: rgb(207,221,108); }
td.TdClassName
{
border-color: #CFDD6C;
}
.TagClassName
{
border-color: #CFDD6C;
}
</style>