Shades of Goldenrod #CFD769
Tints of Goldenrod #CFD769
RGB
CMYK
RGB Variations
Color information
#CFD769 (or 0xCFD769) is known color: Goldenrod. HEX triplet: CF, D7 and 69. RGB value is (207,215,105). Sum of RGB (Red+Green+Blue) = 207+215+105=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD769 is #302896. Grayscale: #C8C8C8. Windows color (decimal): -3156119 or 6936527. OLE color: 6936527.
HSL color Cylindrical-coordinate representation of color #CFD769: hue angle of 64.36º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFD769 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 105 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.16 |
| HSL | 64.36º | 0.58% | 0.63% | - |
| HSV(B) | 64.36º | 0.51% | 0.84% | - |
| XYZ | 52.58 | 62.89 | 22.73 | - |
| YUV | 200.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 105 | 0.04 | 0 | 0.51 | 0.16 | 64.36 | 0.58 | 0.63 |
| Hex | CF | D7 | 69 | 4 | 0 | 33 | 10 | 40 | 3A | 3F |
| Octal | 317 | 327 | 151 | 4 | 0 | 63 | 20 | 100 | 72 | 77 |
| Binary | 11001111 | 11010111 | 1101001 | 100 | 0 | 110011 | 10000 | 1000000 | 111010 | 111111 |
Color Harmonies of #CFD769
Complementary color
Monochromatic Colors of #CFD769
Black with #CFD769
Text Example
Text Example
White with #CFD769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD769; }
p { color: rgb(207,215,105); }
H1.HeaderClassName
{
color: #CFD769;
}
.AnyTagClassName
{
color: #CFD769;
}
</style>
background-color css
<style>
a { background-color: #CFD769; }
a { background-color: rgb(207,215,105); }
div.DivClassName
{
background-color: #CFD769;
}
.BgClassName
{
background-color: #CFD769;
}
</style>
border-color css
<style>
span { border-color: #CFD769; }
span { border-color: rgb(207,215,105); }
td.TdClassName
{
border-color: #CFD769;
}
.TagClassName
{
border-color: #CFD769;
}
</style>