Shades of Buttercup #D59226
Tints of Buttercup #D59226
RGB
CMYK
RGB Variations
Color information
#D59226 (or 0xD59226) is known color: Buttercup. HEX triplet: D5, 92 and 26. RGB value is (213,146,38). Sum of RGB (Red+Green+Blue) = 213+146+38=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D59226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59226 is #2A6DD9. Grayscale: #9A9A9A. Windows color (decimal): -2780634 or 2527957. OLE color: 2527957.
HSL color Cylindrical-coordinate representation of color #D59226: hue angle of 37.03º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D59226 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 38 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.16 |
| HSL | 37.03º | 0.7% | 0.49% | - |
| HSV(B) | 37.03º | 0.82% | 0.84% | - |
| XYZ | 38.07 | 34.84 | 6.55 | - |
| YUV | 153.72 | 62.7 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 38 | 0 | 0.31 | 0.82 | 0.16 | 37.03 | 0.7 | 0.49 |
| Hex | D5 | 92 | 26 | 0 | 1F | 52 | 10 | 25 | 46 | 31 |
| Octal | 325 | 222 | 46 | 0 | 37 | 122 | 20 | 45 | 106 | 61 |
| Binary | 11010101 | 10010010 | 100110 | 0 | 11111 | 1010010 | 10000 | 100101 | 1000110 | 110001 |
Color Harmonies of #D59226
Complementary color
Monochromatic Colors of #D59226
Black with #D59226
Text Example
Text Example
White with #D59226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59226; }
p { color: rgb(213,146,38); }
H1.HeaderClassName
{
color: #D59226;
}
.AnyTagClassName
{
color: #D59226;
}
</style>
background-color css
<style>
a { background-color: #D59226; }
a { background-color: rgb(213,146,38); }
div.DivClassName
{
background-color: #D59226;
}
.BgClassName
{
background-color: #D59226;
}
</style>
border-color css
<style>
span { border-color: #D59226; }
span { border-color: rgb(213,146,38); }
td.TdClassName
{
border-color: #D59226;
}
.TagClassName
{
border-color: #D59226;
}
</style>