Shades of Buttercup #D09221
Tints of Buttercup #D09221
RGB
CMYK
RGB Variations
Color information
#D09221 (or 0xD09221) is known color: Buttercup. HEX triplet: D0, 92 and 21. RGB value is (208,146,33). Sum of RGB (Red+Green+Blue) = 208+146+33=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D09221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09221 is #2F6DDE. Grayscale: #989898. Windows color (decimal): -3108319 or 2200272. OLE color: 2200272.
HSL color Cylindrical-coordinate representation of color #D09221: hue angle of 38.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D09221 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 33 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.18 |
| HSL | 38.74º | 0.73% | 0.47% | - |
| HSV(B) | 38.74º | 0.84% | 0.82% | - |
| XYZ | 36.57 | 34.08 | 6.09 | - |
| YUV | 151.66 | 61.04 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 33 | 0 | 0.30 | 0.84 | 0.18 | 38.74 | 0.73 | 0.47 |
| Hex | D0 | 92 | 21 | 0 | 1E | 54 | 12 | 27 | 49 | 2F |
| Octal | 320 | 222 | 41 | 0 | 36 | 124 | 22 | 47 | 111 | 57 |
| Binary | 11010000 | 10010010 | 100001 | 0 | 11110 | 1010100 | 10010 | 100111 | 1001001 | 101111 |
Color Harmonies of #D09221
Complementary color
Monochromatic Colors of #D09221
Black with #D09221
Text Example
Text Example
White with #D09221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09221; }
p { color: rgb(208,146,33); }
H1.HeaderClassName
{
color: #D09221;
}
.AnyTagClassName
{
color: #D09221;
}
</style>
background-color css
<style>
a { background-color: #D09221; }
a { background-color: rgb(208,146,33); }
div.DivClassName
{
background-color: #D09221;
}
.BgClassName
{
background-color: #D09221;
}
</style>
border-color css
<style>
span { border-color: #D09221; }
span { border-color: rgb(208,146,33); }
td.TdClassName
{
border-color: #D09221;
}
.TagClassName
{
border-color: #D09221;
}
</style>