Shades of Goldenrod #CFD666
Tints of Goldenrod #CFD666
RGB
CMYK
RGB Variations
Color information
#CFD666 (or 0xCFD666) is known color: Goldenrod. HEX triplet: CF, D6 and 66. RGB value is (207,214,102). Sum of RGB (Red+Green+Blue) = 207+214+102=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD666 is #302999. Grayscale: #C7C7C7. Windows color (decimal): -3156378 or 6739663. OLE color: 6739663.
HSL color Cylindrical-coordinate representation of color #CFD666: hue angle of 63.75º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFD666 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 102 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.16 |
| HSL | 63.75º | 0.58% | 0.62% | - |
| HSV(B) | 63.75º | 0.52% | 0.84% | - |
| XYZ | 52.18 | 62.32 | 21.85 | - |
| YUV | 199.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 102 | 0.03 | 0 | 0.52 | 0.16 | 63.75 | 0.58 | 0.62 |
| Hex | CF | D6 | 66 | 3 | 0 | 34 | 10 | 40 | 3A | 3E |
| Octal | 317 | 326 | 146 | 3 | 0 | 64 | 20 | 100 | 72 | 76 |
| Binary | 11001111 | 11010110 | 1100110 | 11 | 0 | 110100 | 10000 | 1000000 | 111010 | 111110 |
Color Harmonies of #CFD666
Complementary color
Monochromatic Colors of #CFD666
Black with #CFD666
Text Example
Text Example
White with #CFD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD666; }
p { color: rgb(207,214,102); }
H1.HeaderClassName
{
color: #CFD666;
}
.AnyTagClassName
{
color: #CFD666;
}
</style>
background-color css
<style>
a { background-color: #CFD666; }
a { background-color: rgb(207,214,102); }
div.DivClassName
{
background-color: #CFD666;
}
.BgClassName
{
background-color: #CFD666;
}
</style>
border-color css
<style>
span { border-color: #CFD666; }
span { border-color: rgb(207,214,102); }
td.TdClassName
{
border-color: #CFD666;
}
.TagClassName
{
border-color: #CFD666;
}
</style>