Shades of Buttercup #D58F25
Tints of Buttercup #D58F25
RGB
CMYK
RGB Variations
Color information
#D58F25 (or 0xD58F25) is known color: Buttercup. HEX triplet: D5, 8F and 25. RGB value is (213,143,37). Sum of RGB (Red+Green+Blue) = 213+143+37=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F25 is #2A70DA. Grayscale: #989898. Windows color (decimal): -2781403 or 2461653. OLE color: 2461653.
HSL color Cylindrical-coordinate representation of color #D58F25: hue angle of 36.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D58F25 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 37 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.16 |
| HSL | 36.14º | 0.7% | 0.49% | - |
| HSV(B) | 36.14º | 0.83% | 0.84% | - |
| XYZ | 37.6 | 33.92 | 6.32 | - |
| YUV | 151.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 37 | 0 | 0.33 | 0.83 | 0.16 | 36.14 | 0.7 | 0.49 |
| Hex | D5 | 8F | 25 | 0 | 21 | 53 | 10 | 24 | 46 | 31 |
| Octal | 325 | 217 | 45 | 0 | 41 | 123 | 20 | 44 | 106 | 61 |
| Binary | 11010101 | 10001111 | 100101 | 0 | 100001 | 1010011 | 10000 | 100100 | 1000110 | 110001 |
Color Harmonies of #D58F25
Complementary color
Monochromatic Colors of #D58F25
Black with #D58F25
Text Example
Text Example
White with #D58F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F25; }
p { color: rgb(213,143,37); }
H1.HeaderClassName
{
color: #D58F25;
}
.AnyTagClassName
{
color: #D58F25;
}
</style>
background-color css
<style>
a { background-color: #D58F25; }
a { background-color: rgb(213,143,37); }
div.DivClassName
{
background-color: #D58F25;
}
.BgClassName
{
background-color: #D58F25;
}
</style>
border-color css
<style>
span { border-color: #D58F25; }
span { border-color: rgb(213,143,37); }
td.TdClassName
{
border-color: #D58F25;
}
.TagClassName
{
border-color: #D58F25;
}
</style>