Shades of Buttercup #D0961A
Tints of Buttercup #D0961A
RGB
CMYK
RGB Variations
Color information
#D0961A (or 0xD0961A) is known color: Buttercup. HEX triplet: D0, 96 and 1A. RGB value is (208,150,26). Sum of RGB (Red+Green+Blue) = 208+150+26=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0961A is #2F69E5. Grayscale: #999999. Windows color (decimal): -3107302 or 1742544. OLE color: 1742544.
HSL color Cylindrical-coordinate representation of color #D0961A: hue angle of 40.88º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0961A is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 26 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.18 |
| HSL | 40.88º | 0.78% | 0.46% | - |
| HSV(B) | 40.88º | 0.88% | 0.82% | - |
| XYZ | 37.11 | 35.3 | 5.83 | - |
| YUV | 153.21 | 56.22 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 26 | 0 | 0.28 | 0.88 | 0.18 | 40.88 | 0.78 | 0.46 |
| Hex | D0 | 96 | 1A | 0 | 1C | 58 | 12 | 29 | 4E | 2E |
| Octal | 320 | 226 | 32 | 0 | 34 | 130 | 22 | 51 | 116 | 56 |
| Binary | 11010000 | 10010110 | 11010 | 0 | 11100 | 1011000 | 10010 | 101001 | 1001110 | 101110 |
Color Harmonies of #D0961A
Complementary color
Monochromatic Colors of #D0961A
Black with #D0961A
Text Example
Text Example
White with #D0961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0961A; }
p { color: rgb(208,150,26); }
H1.HeaderClassName
{
color: #D0961A;
}
.AnyTagClassName
{
color: #D0961A;
}
</style>
background-color css
<style>
a { background-color: #D0961A; }
a { background-color: rgb(208,150,26); }
div.DivClassName
{
background-color: #D0961A;
}
.BgClassName
{
background-color: #D0961A;
}
</style>
border-color css
<style>
span { border-color: #D0961A; }
span { border-color: rgb(208,150,26); }
td.TdClassName
{
border-color: #D0961A;
}
.TagClassName
{
border-color: #D0961A;
}
</style>