Shades of Goldenrod #CFDD6A
Tints of Goldenrod #CFDD6A
RGB
CMYK
RGB Variations
Color information
#CFDD6A (or 0xCFDD6A) is known color: Goldenrod. HEX triplet: CF, DD and 6A. RGB value is (207,221,106). Sum of RGB (Red+Green+Blue) = 207+221+106=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD6A is #302295. Grayscale: #CCCCCC. Windows color (decimal): -3154582 or 7003599. OLE color: 7003599.
HSL color Cylindrical-coordinate representation of color #CFDD6A: hue angle of 67.3º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFDD6A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 106 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.13 |
| HSL | 67.3º | 0.63% | 0.64% | - |
| HSV(B) | 67.3º | 0.52% | 0.87% | - |
| XYZ | 54.19 | 66.02 | 23.52 | - |
| YUV | 203.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 106 | 0.06 | 0 | 0.52 | 0.13 | 67.3 | 0.63 | 0.64 |
| Hex | CF | DD | 6A | 6 | 0 | 34 | D | 43 | 3F | 40 |
| Octal | 317 | 335 | 152 | 6 | 0 | 64 | 15 | 103 | 77 | 100 |
| Binary | 11001111 | 11011101 | 1101010 | 110 | 0 | 110100 | 1101 | 1000011 | 111111 | 1000000 |
Color Harmonies of #CFDD6A
Complementary color
Monochromatic Colors of #CFDD6A
Black with #CFDD6A
Text Example
Text Example
White with #CFDD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD6A; }
p { color: rgb(207,221,106); }
H1.HeaderClassName
{
color: #CFDD6A;
}
.AnyTagClassName
{
color: #CFDD6A;
}
</style>
background-color css
<style>
a { background-color: #CFDD6A; }
a { background-color: rgb(207,221,106); }
div.DivClassName
{
background-color: #CFDD6A;
}
.BgClassName
{
background-color: #CFDD6A;
}
</style>
border-color css
<style>
span { border-color: #CFDD6A; }
span { border-color: rgb(207,221,106); }
td.TdClassName
{
border-color: #CFDD6A;
}
.TagClassName
{
border-color: #CFDD6A;
}
</style>