Shades of Buttercup #D49023
Tints of Buttercup #D49023
RGB
CMYK
RGB Variations
Color information
#D49023 (or 0xD49023) is known color: Buttercup. HEX triplet: D4, 90 and 23. RGB value is (212,144,35). Sum of RGB (Red+Green+Blue) = 212+144+35=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D49023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49023 is #2B6FDC. Grayscale: #989898. Windows color (decimal): -2846685 or 2330836. OLE color: 2330836.
HSL color Cylindrical-coordinate representation of color #D49023: hue angle of 36.95º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D49023 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 35 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.17 |
| HSL | 36.95º | 0.72% | 0.48% | - |
| HSV(B) | 36.95º | 0.83% | 0.83% | - |
| XYZ | 37.43 | 34.06 | 6.19 | - |
| YUV | 151.91 | 62.03 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 35 | 0 | 0.32 | 0.83 | 0.17 | 36.95 | 0.72 | 0.48 |
| Hex | D4 | 90 | 23 | 0 | 20 | 53 | 11 | 25 | 48 | 30 |
| Octal | 324 | 220 | 43 | 0 | 40 | 123 | 21 | 45 | 110 | 60 |
| Binary | 11010100 | 10010000 | 100011 | 0 | 100000 | 1010011 | 10001 | 100101 | 1001000 | 110000 |
Color Harmonies of #D49023
Complementary color
Monochromatic Colors of #D49023
Black with #D49023
Text Example
Text Example
White with #D49023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49023; }
p { color: rgb(212,144,35); }
H1.HeaderClassName
{
color: #D49023;
}
.AnyTagClassName
{
color: #D49023;
}
</style>
background-color css
<style>
a { background-color: #D49023; }
a { background-color: rgb(212,144,35); }
div.DivClassName
{
background-color: #D49023;
}
.BgClassName
{
background-color: #D49023;
}
</style>
border-color css
<style>
span { border-color: #D49023; }
span { border-color: rgb(212,144,35); }
td.TdClassName
{
border-color: #D49023;
}
.TagClassName
{
border-color: #D49023;
}
</style>