Shades of Buttercup #CF901D
Tints of Buttercup #CF901D
RGB
CMYK
RGB Variations
Color information
#CF901D (or 0xCF901D) is known color: Buttercup. HEX triplet: CF, 90 and 1D. RGB value is (207,144,29). Sum of RGB (Red+Green+Blue) = 207+144+29=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF901D is #306FE2. Grayscale: #969696. Windows color (decimal): -3174371 or 1937615. OLE color: 1937615.
HSL color Cylindrical-coordinate representation of color #CF901D: hue angle of 38.76º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF901D is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 29 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.19 |
| HSL | 38.76º | 0.75% | 0.46% | - |
| HSV(B) | 38.76º | 0.86% | 0.81% | - |
| XYZ | 35.93 | 33.3 | 5.7 | - |
| YUV | 149.73 | 59.87 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 29 | 0 | 0.30 | 0.86 | 0.19 | 38.76 | 0.75 | 0.46 |
| Hex | CF | 90 | 1D | 0 | 1E | 56 | 13 | 27 | 4B | 2E |
| Octal | 317 | 220 | 35 | 0 | 36 | 126 | 23 | 47 | 113 | 56 |
| Binary | 11001111 | 10010000 | 11101 | 0 | 11110 | 1010110 | 10011 | 100111 | 1001011 | 101110 |
Color Harmonies of #CF901D
Complementary color
Monochromatic Colors of #CF901D
Black with #CF901D
Text Example
Text Example
White with #CF901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF901D; }
p { color: rgb(207,144,29); }
H1.HeaderClassName
{
color: #CF901D;
}
.AnyTagClassName
{
color: #CF901D;
}
</style>
background-color css
<style>
a { background-color: #CF901D; }
a { background-color: rgb(207,144,29); }
div.DivClassName
{
background-color: #CF901D;
}
.BgClassName
{
background-color: #CF901D;
}
</style>
border-color css
<style>
span { border-color: #CF901D; }
span { border-color: rgb(207,144,29); }
td.TdClassName
{
border-color: #CF901D;
}
.TagClassName
{
border-color: #CF901D;
}
</style>