Shades of Goldenrod #CFD768
Tints of Goldenrod #CFD768
RGB
CMYK
RGB Variations
Color information
#CFD768 (or 0xCFD768) is known color: Goldenrod. HEX triplet: CF, D7 and 68. RGB value is (207,215,104). Sum of RGB (Red+Green+Blue) = 207+215+104=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD768 is #302897. Grayscale: #C8C8C8. Windows color (decimal): -3156120 or 6870991. OLE color: 6870991.
HSL color Cylindrical-coordinate representation of color #CFD768: hue angle of 64.32º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFD768 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 104 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.16 |
| HSL | 64.32º | 0.58% | 0.63% | - |
| HSV(B) | 64.32º | 0.52% | 0.84% | - |
| XYZ | 52.53 | 62.87 | 22.46 | - |
| YUV | 199.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 104 | 0.04 | 0 | 0.52 | 0.16 | 64.32 | 0.58 | 0.63 |
| Hex | CF | D7 | 68 | 4 | 0 | 34 | 10 | 40 | 3A | 3F |
| Octal | 317 | 327 | 150 | 4 | 0 | 64 | 20 | 100 | 72 | 77 |
| Binary | 11001111 | 11010111 | 1101000 | 100 | 0 | 110100 | 10000 | 1000000 | 111010 | 111111 |
Color Harmonies of #CFD768
Complementary color
Monochromatic Colors of #CFD768
Black with #CFD768
Text Example
Text Example
White with #CFD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD768; }
p { color: rgb(207,215,104); }
H1.HeaderClassName
{
color: #CFD768;
}
.AnyTagClassName
{
color: #CFD768;
}
</style>
background-color css
<style>
a { background-color: #CFD768; }
a { background-color: rgb(207,215,104); }
div.DivClassName
{
background-color: #CFD768;
}
.BgClassName
{
background-color: #CFD768;
}
</style>
border-color css
<style>
span { border-color: #CFD768; }
span { border-color: rgb(207,215,104); }
td.TdClassName
{
border-color: #CFD768;
}
.TagClassName
{
border-color: #CFD768;
}
</style>