Shades of Buttercup #D58926
Tints of Buttercup #D58926
RGB
CMYK
RGB Variations
Color information
#D58926 (or 0xD58926) is known color: Buttercup. HEX triplet: D5, 89 and 26. RGB value is (213,137,38). Sum of RGB (Red+Green+Blue) = 213+137+38=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D58926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58926 is #2A76D9. Grayscale: #949494. Windows color (decimal): -2782938 or 2525653. OLE color: 2525653.
HSL color Cylindrical-coordinate representation of color #D58926: hue angle of 33.94º 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 #D58926 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 38 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.16 |
| HSL | 33.94º | 0.7% | 0.49% | - |
| HSV(B) | 33.94º | 0.82% | 0.84% | - |
| XYZ | 36.74 | 32.18 | 6.11 | - |
| YUV | 148.44 | 65.68 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 38 | 0 | 0.36 | 0.82 | 0.16 | 33.94 | 0.7 | 0.49 |
| Hex | D5 | 89 | 26 | 0 | 24 | 52 | 10 | 22 | 46 | 31 |
| Octal | 325 | 211 | 46 | 0 | 44 | 122 | 20 | 42 | 106 | 61 |
| Binary | 11010101 | 10001001 | 100110 | 0 | 100100 | 1010010 | 10000 | 100010 | 1000110 | 110001 |
Color Harmonies of #D58926
Complementary color
Monochromatic Colors of #D58926
Black with #D58926
Text Example
Text Example
White with #D58926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58926; }
p { color: rgb(213,137,38); }
H1.HeaderClassName
{
color: #D58926;
}
.AnyTagClassName
{
color: #D58926;
}
</style>
background-color css
<style>
a { background-color: #D58926; }
a { background-color: rgb(213,137,38); }
div.DivClassName
{
background-color: #D58926;
}
.BgClassName
{
background-color: #D58926;
}
</style>
border-color css
<style>
span { border-color: #D58926; }
span { border-color: rgb(213,137,38); }
td.TdClassName
{
border-color: #D58926;
}
.TagClassName
{
border-color: #D58926;
}
</style>