Shades of Buttercup #D09222
Tints of Buttercup #D09222
RGB
CMYK
RGB Variations
Color information
#D09222 (or 0xD09222) is known color: Buttercup. HEX triplet: D0, 92 and 22. RGB value is (208,146,34). Sum of RGB (Red+Green+Blue) = 208+146+34=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D09222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09222 is #2F6DDD. Grayscale: #989898. Windows color (decimal): -3108318 or 2265808. OLE color: 2265808.
HSL color Cylindrical-coordinate representation of color #D09222: hue angle of 38.62º degrees, saturation: 0.72, 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 #D09222 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 34 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.18 |
| HSL | 38.62º | 0.72% | 0.47% | - |
| HSV(B) | 38.62º | 0.84% | 0.82% | - |
| XYZ | 36.58 | 34.08 | 6.16 | - |
| YUV | 151.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 34 | 0 | 0.30 | 0.84 | 0.18 | 38.62 | 0.72 | 0.47 |
| Hex | D0 | 92 | 22 | 0 | 1E | 54 | 12 | 27 | 48 | 2F |
| Octal | 320 | 222 | 42 | 0 | 36 | 124 | 22 | 47 | 110 | 57 |
| Binary | 11010000 | 10010010 | 100010 | 0 | 11110 | 1010100 | 10010 | 100111 | 1001000 | 101111 |
Color Harmonies of #D09222
Complementary color
Monochromatic Colors of #D09222
Black with #D09222
Text Example
Text Example
White with #D09222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09222; }
p { color: rgb(208,146,34); }
H1.HeaderClassName
{
color: #D09222;
}
.AnyTagClassName
{
color: #D09222;
}
</style>
background-color css
<style>
a { background-color: #D09222; }
a { background-color: rgb(208,146,34); }
div.DivClassName
{
background-color: #D09222;
}
.BgClassName
{
background-color: #D09222;
}
</style>
border-color css
<style>
span { border-color: #D09222; }
span { border-color: rgb(208,146,34); }
td.TdClassName
{
border-color: #D09222;
}
.TagClassName
{
border-color: #D09222;
}
</style>