Shades of Buttercup #D0901F
Tints of Buttercup #D0901F
RGB
CMYK
RGB Variations
Color information
#D0901F (or 0xD0901F) is known color: Buttercup. HEX triplet: D0, 90 and 1F. RGB value is (208,144,31). Sum of RGB (Red+Green+Blue) = 208+144+31=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0901F is #2F6FE0. Grayscale: #969696. Windows color (decimal): -3108833 or 2068688. OLE color: 2068688.
HSL color Cylindrical-coordinate representation of color #D0901F: hue angle of 38.31º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0901F is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 31 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.18 |
| HSL | 38.31º | 0.74% | 0.47% | - |
| HSV(B) | 38.31º | 0.85% | 0.82% | - |
| XYZ | 36.23 | 33.46 | 5.84 | - |
| YUV | 150.25 | 60.7 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 31 | 0 | 0.31 | 0.85 | 0.18 | 38.31 | 0.74 | 0.47 |
| Hex | D0 | 90 | 1F | 0 | 1F | 55 | 12 | 26 | 4A | 2F |
| Octal | 320 | 220 | 37 | 0 | 37 | 125 | 22 | 46 | 112 | 57 |
| Binary | 11010000 | 10010000 | 11111 | 0 | 11111 | 1010101 | 10010 | 100110 | 1001010 | 101111 |
Color Harmonies of #D0901F
Complementary color
Monochromatic Colors of #D0901F
Black with #D0901F
Text Example
Text Example
White with #D0901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0901F; }
p { color: rgb(208,144,31); }
H1.HeaderClassName
{
color: #D0901F;
}
.AnyTagClassName
{
color: #D0901F;
}
</style>
background-color css
<style>
a { background-color: #D0901F; }
a { background-color: rgb(208,144,31); }
div.DivClassName
{
background-color: #D0901F;
}
.BgClassName
{
background-color: #D0901F;
}
</style>
border-color css
<style>
span { border-color: #D0901F; }
span { border-color: rgb(208,144,31); }
td.TdClassName
{
border-color: #D0901F;
}
.TagClassName
{
border-color: #D0901F;
}
</style>