Shades of Goldenrod #CFDB6C
Tints of Goldenrod #CFDB6C
RGB
CMYK
RGB Variations
Color information
#CFDB6C (or 0xCFDB6C) is known color: Goldenrod. HEX triplet: CF, DB and 6C. RGB value is (207,219,108). Sum of RGB (Red+Green+Blue) = 207+219+108=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB6C is #302493. Grayscale: #CBCBCB. Windows color (decimal): -3155092 or 7134159. OLE color: 7134159.
HSL color Cylindrical-coordinate representation of color #CFDB6C: hue angle of 66.49º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFDB6C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 108 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.14 |
| HSL | 66.49º | 0.61% | 0.64% | - |
| HSV(B) | 66.49º | 0.51% | 0.86% | - |
| XYZ | 53.77 | 65.01 | 23.9 | - |
| YUV | 202.76 | 74.52 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 108 | 0.05 | 0 | 0.51 | 0.14 | 66.49 | 0.61 | 0.64 |
| Hex | CF | DB | 6C | 5 | 0 | 33 | E | 42 | 3D | 40 |
| Octal | 317 | 333 | 154 | 5 | 0 | 63 | 16 | 102 | 75 | 100 |
| Binary | 11001111 | 11011011 | 1101100 | 101 | 0 | 110011 | 1110 | 1000010 | 111101 | 1000000 |
Color Harmonies of #CFDB6C
Complementary color
Monochromatic Colors of #CFDB6C
Black with #CFDB6C
Text Example
Text Example
White with #CFDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB6C; }
p { color: rgb(207,219,108); }
H1.HeaderClassName
{
color: #CFDB6C;
}
.AnyTagClassName
{
color: #CFDB6C;
}
</style>
background-color css
<style>
a { background-color: #CFDB6C; }
a { background-color: rgb(207,219,108); }
div.DivClassName
{
background-color: #CFDB6C;
}
.BgClassName
{
background-color: #CFDB6C;
}
</style>
border-color css
<style>
span { border-color: #CFDB6C; }
span { border-color: rgb(207,219,108); }
td.TdClassName
{
border-color: #CFDB6C;
}
.TagClassName
{
border-color: #CFDB6C;
}
</style>