Shades of Buttercup #D58F28
Tints of Buttercup #D58F28
RGB
CMYK
RGB Variations
Color information
#D58F28 (or 0xD58F28) is known color: Buttercup. HEX triplet: D5, 8F and 28. RGB value is (213,143,40). Sum of RGB (Red+Green+Blue) = 213+143+40=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F28 is #2A70D7. Grayscale: #989898. Windows color (decimal): -2781400 or 2658261. OLE color: 2658261.
HSL color Cylindrical-coordinate representation of color #D58F28: hue angle of 35.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D58F28 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 40 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.16 |
| HSL | 35.72º | 0.68% | 0.5% | - |
| HSV(B) | 35.72º | 0.81% | 0.84% | - |
| XYZ | 37.65 | 33.94 | 6.58 | - |
| YUV | 152.19 | 64.69 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 40 | 0 | 0.33 | 0.81 | 0.16 | 35.72 | 0.68 | 0.5 |
| Hex | D5 | 8F | 28 | 0 | 21 | 51 | 10 | 24 | 44 | 32 |
| Octal | 325 | 217 | 50 | 0 | 41 | 121 | 20 | 44 | 104 | 62 |
| Binary | 11010101 | 10001111 | 101000 | 0 | 100001 | 1010001 | 10000 | 100100 | 1000100 | 110010 |
Color Harmonies of #D58F28
Complementary color
Monochromatic Colors of #D58F28
Black with #D58F28
Text Example
Text Example
White with #D58F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F28; }
p { color: rgb(213,143,40); }
H1.HeaderClassName
{
color: #D58F28;
}
.AnyTagClassName
{
color: #D58F28;
}
</style>
background-color css
<style>
a { background-color: #D58F28; }
a { background-color: rgb(213,143,40); }
div.DivClassName
{
background-color: #D58F28;
}
.BgClassName
{
background-color: #D58F28;
}
</style>
border-color css
<style>
span { border-color: #D58F28; }
span { border-color: rgb(213,143,40); }
td.TdClassName
{
border-color: #D58F28;
}
.TagClassName
{
border-color: #D58F28;
}
</style>