Shades of Goldenrod #CFD867
Tints of Goldenrod #CFD867
RGB
CMYK
RGB Variations
Color information
#CFD867 (or 0xCFD867) is known color: Goldenrod. HEX triplet: CF, D8 and 67. RGB value is (207,216,103). Sum of RGB (Red+Green+Blue) = 207+216+103=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD867 is #302798. Grayscale: #C8C8C8. Windows color (decimal): -3155865 or 6805711. OLE color: 6805711.
HSL color Cylindrical-coordinate representation of color #CFD867: hue angle of 64.78º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFD867 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 103 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.15 |
| HSL | 64.78º | 0.59% | 0.63% | - |
| HSV(B) | 64.78º | 0.52% | 0.85% | - |
| XYZ | 52.74 | 63.36 | 22.28 | - |
| YUV | 200.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 103 | 0.04 | 0 | 0.52 | 0.15 | 64.78 | 0.59 | 0.63 |
| Hex | CF | D8 | 67 | 4 | 0 | 34 | F | 41 | 3B | 3F |
| Octal | 317 | 330 | 147 | 4 | 0 | 64 | 17 | 101 | 73 | 77 |
| Binary | 11001111 | 11011000 | 1100111 | 100 | 0 | 110100 | 1111 | 1000001 | 111011 | 111111 |
Color Harmonies of #CFD867
Complementary color
Monochromatic Colors of #CFD867
Black with #CFD867
Text Example
Text Example
White with #CFD867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD867; }
p { color: rgb(207,216,103); }
H1.HeaderClassName
{
color: #CFD867;
}
.AnyTagClassName
{
color: #CFD867;
}
</style>
background-color css
<style>
a { background-color: #CFD867; }
a { background-color: rgb(207,216,103); }
div.DivClassName
{
background-color: #CFD867;
}
.BgClassName
{
background-color: #CFD867;
}
</style>
border-color css
<style>
span { border-color: #CFD867; }
span { border-color: rgb(207,216,103); }
td.TdClassName
{
border-color: #CFD867;
}
.TagClassName
{
border-color: #CFD867;
}
</style>