Shades of Buttercup #D0961D
Tints of Buttercup #D0961D
RGB
CMYK
RGB Variations
Color information
#D0961D (or 0xD0961D) is known color: Buttercup. HEX triplet: D0, 96 and 1D. RGB value is (208,150,29). Sum of RGB (Red+Green+Blue) = 208+150+29=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0961D is #2F69E2. Grayscale: #9A9A9A. Windows color (decimal): -3107299 or 1939152. OLE color: 1939152.
HSL color Cylindrical-coordinate representation of color #D0961D: hue angle of 40.56º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0961D is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 29 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.18 |
| HSL | 40.56º | 0.76% | 0.46% | - |
| HSV(B) | 40.56º | 0.86% | 0.82% | - |
| XYZ | 37.14 | 35.31 | 6.02 | - |
| YUV | 153.55 | 57.72 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 29 | 0 | 0.28 | 0.86 | 0.18 | 40.56 | 0.76 | 0.46 |
| Hex | D0 | 96 | 1D | 0 | 1C | 56 | 12 | 29 | 4C | 2E |
| Octal | 320 | 226 | 35 | 0 | 34 | 126 | 22 | 51 | 114 | 56 |
| Binary | 11010000 | 10010110 | 11101 | 0 | 11100 | 1010110 | 10010 | 101001 | 1001100 | 101110 |
Color Harmonies of #D0961D
Complementary color
Monochromatic Colors of #D0961D
Black with #D0961D
Text Example
Text Example
White with #D0961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0961D; }
p { color: rgb(208,150,29); }
H1.HeaderClassName
{
color: #D0961D;
}
.AnyTagClassName
{
color: #D0961D;
}
</style>
background-color css
<style>
a { background-color: #D0961D; }
a { background-color: rgb(208,150,29); }
div.DivClassName
{
background-color: #D0961D;
}
.BgClassName
{
background-color: #D0961D;
}
</style>
border-color css
<style>
span { border-color: #D0961D; }
span { border-color: rgb(208,150,29); }
td.TdClassName
{
border-color: #D0961D;
}
.TagClassName
{
border-color: #D0961D;
}
</style>