Shades of Goldenrod #CFD875
Tints of Goldenrod #CFD875
RGB
CMYK
RGB Variations
Color information
#CFD875 (or 0xCFD875) is known color: Goldenrod. HEX triplet: CF, D8 and 75. RGB value is (207,216,117). Sum of RGB (Red+Green+Blue) = 207+216+117=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD875 is #30278A. Grayscale: #CACACA. Windows color (decimal): -3155851 or 7723215. OLE color: 7723215.
HSL color Cylindrical-coordinate representation of color #CFD875: hue angle of 65.45º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFD875 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 117 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.15 |
| HSL | 65.45º | 0.56% | 0.65% | - |
| HSV(B) | 65.45º | 0.46% | 0.85% | - |
| XYZ | 53.5 | 63.66 | 26.3 | - |
| YUV | 202.02 | 80.02 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 117 | 0.04 | 0 | 0.46 | 0.15 | 65.45 | 0.56 | 0.65 |
| Hex | CF | D8 | 75 | 4 | 0 | 2E | F | 41 | 38 | 41 |
| Octal | 317 | 330 | 165 | 4 | 0 | 56 | 17 | 101 | 70 | 101 |
| Binary | 11001111 | 11011000 | 1110101 | 100 | 0 | 101110 | 1111 | 1000001 | 111000 | 1000001 |
Color Harmonies of #CFD875
Complementary color
Monochromatic Colors of #CFD875
Black with #CFD875
Text Example
Text Example
White with #CFD875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD875; }
p { color: rgb(207,216,117); }
H1.HeaderClassName
{
color: #CFD875;
}
.AnyTagClassName
{
color: #CFD875;
}
</style>
background-color css
<style>
a { background-color: #CFD875; }
a { background-color: rgb(207,216,117); }
div.DivClassName
{
background-color: #CFD875;
}
.BgClassName
{
background-color: #CFD875;
}
</style>
border-color css
<style>
span { border-color: #CFD875; }
span { border-color: rgb(207,216,117); }
td.TdClassName
{
border-color: #CFD875;
}
.TagClassName
{
border-color: #CFD875;
}
</style>