Shades of Buttercup #D09128
Tints of Buttercup #D09128
RGB
CMYK
RGB Variations
Color information
#D09128 (or 0xD09128) is known color: Buttercup. HEX triplet: D0, 91 and 28. RGB value is (208,145,40). Sum of RGB (Red+Green+Blue) = 208+145+40=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D09128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09128 is #2F6ED7. Grayscale: #989898. Windows color (decimal): -3108568 or 2658768. OLE color: 2658768.
HSL color Cylindrical-coordinate representation of color #D09128: hue angle of 37.5º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D09128 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 40 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.18 |
| HSL | 37.5º | 0.68% | 0.49% | - |
| HSV(B) | 37.5º | 0.81% | 0.82% | - |
| XYZ | 36.52 | 33.81 | 6.61 | - |
| YUV | 151.87 | 64.87 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 40 | 0 | 0.30 | 0.81 | 0.18 | 37.5 | 0.68 | 0.49 |
| Hex | D0 | 91 | 28 | 0 | 1E | 51 | 12 | 26 | 44 | 31 |
| Octal | 320 | 221 | 50 | 0 | 36 | 121 | 22 | 46 | 104 | 61 |
| Binary | 11010000 | 10010001 | 101000 | 0 | 11110 | 1010001 | 10010 | 100110 | 1000100 | 110001 |
Color Harmonies of #D09128
Complementary color
Monochromatic Colors of #D09128
Black with #D09128
Text Example
Text Example
White with #D09128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09128; }
p { color: rgb(208,145,40); }
H1.HeaderClassName
{
color: #D09128;
}
.AnyTagClassName
{
color: #D09128;
}
</style>
background-color css
<style>
a { background-color: #D09128; }
a { background-color: rgb(208,145,40); }
div.DivClassName
{
background-color: #D09128;
}
.BgClassName
{
background-color: #D09128;
}
</style>
border-color css
<style>
span { border-color: #D09128; }
span { border-color: rgb(208,145,40); }
td.TdClassName
{
border-color: #D09128;
}
.TagClassName
{
border-color: #D09128;
}
</style>