Shades of Goldenrod #CFD172
Tints of Goldenrod #CFD172
RGB
CMYK
RGB Variations
Color information
#CFD172 (or 0xCFD172) is known color: Goldenrod. HEX triplet: CF, D1 and 72. RGB value is (207,209,114). Sum of RGB (Red+Green+Blue) = 207+209+114=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD172 is #302E8D. Grayscale: #C5C5C5. Windows color (decimal): -3157646 or 7524815. OLE color: 7524815.
HSL color Cylindrical-coordinate representation of color #CFD172: hue angle of 61.26º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFD172 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 114 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.18 |
| HSL | 61.26º | 0.51% | 0.63% | - |
| HSV(B) | 61.26º | 0.45% | 0.82% | - |
| XYZ | 51.57 | 60.08 | 24.8 | - |
| YUV | 197.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 114 | 0.01 | 0 | 0.45 | 0.18 | 61.26 | 0.51 | 0.63 |
| Hex | CF | D1 | 72 | 1 | 0 | 2D | 12 | 3D | 33 | 3F |
| Octal | 317 | 321 | 162 | 1 | 0 | 55 | 22 | 75 | 63 | 77 |
| Binary | 11001111 | 11010001 | 1110010 | 1 | 0 | 101101 | 10010 | 111101 | 110011 | 111111 |
Color Harmonies of #CFD172
Complementary color
Monochromatic Colors of #CFD172
Black with #CFD172
Text Example
Text Example
White with #CFD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD172; }
p { color: rgb(207,209,114); }
H1.HeaderClassName
{
color: #CFD172;
}
.AnyTagClassName
{
color: #CFD172;
}
</style>
background-color css
<style>
a { background-color: #CFD172; }
a { background-color: rgb(207,209,114); }
div.DivClassName
{
background-color: #CFD172;
}
.BgClassName
{
background-color: #CFD172;
}
</style>
border-color css
<style>
span { border-color: #CFD172; }
span { border-color: rgb(207,209,114); }
td.TdClassName
{
border-color: #CFD172;
}
.TagClassName
{
border-color: #CFD172;
}
</style>