Shades of Goldenrod #CFDB6A
Tints of Goldenrod #CFDB6A
RGB
CMYK
RGB Variations
Color information
#CFDB6A (or 0xCFDB6A) is known color: Goldenrod. HEX triplet: CF, DB and 6A. RGB value is (207,219,106). Sum of RGB (Red+Green+Blue) = 207+219+106=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB6A is #302495. Grayscale: #CACACA. Windows color (decimal): -3155094 or 7003087. OLE color: 7003087.
HSL color Cylindrical-coordinate representation of color #CFDB6A: hue angle of 66.37º degrees, saturation: 0.61, 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 #CFDB6A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 106 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.14 |
| HSL | 66.37º | 0.61% | 0.64% | - |
| HSV(B) | 66.37º | 0.52% | 0.86% | - |
| XYZ | 53.67 | 64.97 | 23.35 | - |
| YUV | 202.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 106 | 0.05 | 0 | 0.52 | 0.14 | 66.37 | 0.61 | 0.64 |
| Hex | CF | DB | 6A | 5 | 0 | 34 | E | 42 | 3D | 40 |
| Octal | 317 | 333 | 152 | 5 | 0 | 64 | 16 | 102 | 75 | 100 |
| Binary | 11001111 | 11011011 | 1101010 | 101 | 0 | 110100 | 1110 | 1000010 | 111101 | 1000000 |
Color Harmonies of #CFDB6A
Complementary color
Monochromatic Colors of #CFDB6A
Black with #CFDB6A
Text Example
Text Example
White with #CFDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB6A; }
p { color: rgb(207,219,106); }
H1.HeaderClassName
{
color: #CFDB6A;
}
.AnyTagClassName
{
color: #CFDB6A;
}
</style>
background-color css
<style>
a { background-color: #CFDB6A; }
a { background-color: rgb(207,219,106); }
div.DivClassName
{
background-color: #CFDB6A;
}
.BgClassName
{
background-color: #CFDB6A;
}
</style>
border-color css
<style>
span { border-color: #CFDB6A; }
span { border-color: rgb(207,219,106); }
td.TdClassName
{
border-color: #CFDB6A;
}
.TagClassName
{
border-color: #CFDB6A;
}
</style>