Shades of Buttercup #D09120
Tints of Buttercup #D09120
RGB
CMYK
RGB Variations
Color information
#D09120 (or 0xD09120) is known color: Buttercup. HEX triplet: D0, 91 and 20. RGB value is (208,145,32). Sum of RGB (Red+Green+Blue) = 208+145+32=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D09120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09120 is #2F6EDF. Grayscale: #979797. Windows color (decimal): -3108576 or 2134480. OLE color: 2134480.
HSL color Cylindrical-coordinate representation of color #D09120: hue angle of 38.52º degrees, saturation: 0.73, 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 #D09120 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 32 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.18 |
| HSL | 38.52º | 0.73% | 0.47% | - |
| HSV(B) | 38.52º | 0.85% | 0.82% | - |
| XYZ | 36.4 | 33.76 | 5.97 | - |
| YUV | 150.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 32 | 0 | 0.30 | 0.85 | 0.18 | 38.52 | 0.73 | 0.47 |
| Hex | D0 | 91 | 20 | 0 | 1E | 55 | 12 | 27 | 49 | 2F |
| Octal | 320 | 221 | 40 | 0 | 36 | 125 | 22 | 47 | 111 | 57 |
| Binary | 11010000 | 10010001 | 100000 | 0 | 11110 | 1010101 | 10010 | 100111 | 1001001 | 101111 |
Color Harmonies of #D09120
Complementary color
Monochromatic Colors of #D09120
Black with #D09120
Text Example
Text Example
White with #D09120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09120; }
p { color: rgb(208,145,32); }
H1.HeaderClassName
{
color: #D09120;
}
.AnyTagClassName
{
color: #D09120;
}
</style>
background-color css
<style>
a { background-color: #D09120; }
a { background-color: rgb(208,145,32); }
div.DivClassName
{
background-color: #D09120;
}
.BgClassName
{
background-color: #D09120;
}
</style>
border-color css
<style>
span { border-color: #D09120; }
span { border-color: rgb(208,145,32); }
td.TdClassName
{
border-color: #D09120;
}
.TagClassName
{
border-color: #D09120;
}
</style>