Shades of Goldenrod #CFD272
Tints of Goldenrod #CFD272
RGB
CMYK
RGB Variations
Color information
#CFD272 (or 0xCFD272) is known color: Goldenrod. HEX triplet: CF, D2 and 72. RGB value is (207,210,114). Sum of RGB (Red+Green+Blue) = 207+210+114=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD272 is #302D8D. Grayscale: #C6C6C6. Windows color (decimal): -3157390 or 7525071. OLE color: 7525071.
HSL color Cylindrical-coordinate representation of color #CFD272: hue angle of 61.88º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFD272 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 114 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.18 |
| HSL | 61.88º | 0.52% | 0.64% | - |
| HSV(B) | 61.88º | 0.46% | 0.82% | - |
| XYZ | 51.82 | 60.57 | 24.88 | - |
| YUV | 198.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 114 | 0.01 | 0 | 0.46 | 0.18 | 61.88 | 0.52 | 0.64 |
| Hex | CF | D2 | 72 | 1 | 0 | 2E | 12 | 3E | 34 | 40 |
| Octal | 317 | 322 | 162 | 1 | 0 | 56 | 22 | 76 | 64 | 100 |
| Binary | 11001111 | 11010010 | 1110010 | 1 | 0 | 101110 | 10010 | 111110 | 110100 | 1000000 |
Color Harmonies of #CFD272
Complementary color
Monochromatic Colors of #CFD272
Black with #CFD272
Text Example
Text Example
White with #CFD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD272; }
p { color: rgb(207,210,114); }
H1.HeaderClassName
{
color: #CFD272;
}
.AnyTagClassName
{
color: #CFD272;
}
</style>
background-color css
<style>
a { background-color: #CFD272; }
a { background-color: rgb(207,210,114); }
div.DivClassName
{
background-color: #CFD272;
}
.BgClassName
{
background-color: #CFD272;
}
</style>
border-color css
<style>
span { border-color: #CFD272; }
span { border-color: rgb(207,210,114); }
td.TdClassName
{
border-color: #CFD272;
}
.TagClassName
{
border-color: #CFD272;
}
</style>