Shades of Buttercup #CF9C29
Tints of Buttercup #CF9C29
RGB
CMYK
RGB Variations
Color information
#CF9C29 (or 0xCF9C29) is known color: Buttercup. HEX triplet: CF, 9C and 29. RGB value is (207,156,41). Sum of RGB (Red+Green+Blue) = 207+156+41=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C29 is #3063D6. Grayscale: #9E9E9E. Windows color (decimal): -3171287 or 2727119. OLE color: 2727119.
HSL color Cylindrical-coordinate representation of color #CF9C29: hue angle of 41.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF9C29 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 41 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.19 |
| HSL | 41.57º | 0.67% | 0.49% | - |
| HSV(B) | 41.57º | 0.8% | 0.81% | - |
| XYZ | 38.02 | 37.2 | 7.27 | - |
| YUV | 158.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 41 | 0 | 0.25 | 0.80 | 0.19 | 41.57 | 0.67 | 0.49 |
| Hex | CF | 9C | 29 | 0 | 19 | 50 | 13 | 2A | 43 | 31 |
| Octal | 317 | 234 | 51 | 0 | 31 | 120 | 23 | 52 | 103 | 61 |
| Binary | 11001111 | 10011100 | 101001 | 0 | 11001 | 1010000 | 10011 | 101010 | 1000011 | 110001 |
Color Harmonies of #CF9C29
Complementary color
Monochromatic Colors of #CF9C29
Black with #CF9C29
Text Example
Text Example
White with #CF9C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C29; }
p { color: rgb(207,156,41); }
H1.HeaderClassName
{
color: #CF9C29;
}
.AnyTagClassName
{
color: #CF9C29;
}
</style>
background-color css
<style>
a { background-color: #CF9C29; }
a { background-color: rgb(207,156,41); }
div.DivClassName
{
background-color: #CF9C29;
}
.BgClassName
{
background-color: #CF9C29;
}
</style>
border-color css
<style>
span { border-color: #CF9C29; }
span { border-color: rgb(207,156,41); }
td.TdClassName
{
border-color: #CF9C29;
}
.TagClassName
{
border-color: #CF9C29;
}
</style>