Shades of Buttercup #D09428
Tints of Buttercup #D09428
RGB
CMYK
RGB Variations
Color information
#D09428 (or 0xD09428) is known color: Buttercup. HEX triplet: D0, 94 and 28. RGB value is (208,148,40). Sum of RGB (Red+Green+Blue) = 208+148+40=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D09428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09428 is #2F6BD7. Grayscale: #9A9A9A. Windows color (decimal): -3107800 or 2659536. OLE color: 2659536.
HSL color Cylindrical-coordinate representation of color #D09428: hue angle of 38.57º 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 #D09428 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 40 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.18 |
| HSL | 38.57º | 0.68% | 0.49% | - |
| HSV(B) | 38.57º | 0.81% | 0.82% | - |
| XYZ | 36.99 | 34.74 | 6.76 | - |
| YUV | 153.63 | 63.88 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 40 | 0 | 0.29 | 0.81 | 0.18 | 38.57 | 0.68 | 0.49 |
| Hex | D0 | 94 | 28 | 0 | 1D | 51 | 12 | 27 | 44 | 31 |
| Octal | 320 | 224 | 50 | 0 | 35 | 121 | 22 | 47 | 104 | 61 |
| Binary | 11010000 | 10010100 | 101000 | 0 | 11101 | 1010001 | 10010 | 100111 | 1000100 | 110001 |
Color Harmonies of #D09428
Complementary color
Monochromatic Colors of #D09428
Black with #D09428
Text Example
Text Example
White with #D09428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09428; }
p { color: rgb(208,148,40); }
H1.HeaderClassName
{
color: #D09428;
}
.AnyTagClassName
{
color: #D09428;
}
</style>
background-color css
<style>
a { background-color: #D09428; }
a { background-color: rgb(208,148,40); }
div.DivClassName
{
background-color: #D09428;
}
.BgClassName
{
background-color: #D09428;
}
</style>
border-color css
<style>
span { border-color: #D09428; }
span { border-color: rgb(208,148,40); }
td.TdClassName
{
border-color: #D09428;
}
.TagClassName
{
border-color: #D09428;
}
</style>