Shades of Buttercup #D58F2B
Tints of Buttercup #D58F2B
RGB
CMYK
RGB Variations
Color information
#D58F2B (or 0xD58F2B) is known color: Buttercup. HEX triplet: D5, 8F and 2B. RGB value is (213,143,43). Sum of RGB (Red+Green+Blue) = 213+143+43=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F2B is #2A70D4. Grayscale: #989898. Windows color (decimal): -2781397 or 2854869. OLE color: 2854869.
HSL color Cylindrical-coordinate representation of color #D58F2B: hue angle of 35.29º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D58F2B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 43 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.16 |
| HSL | 35.29º | 0.67% | 0.5% | - |
| HSV(B) | 35.29º | 0.8% | 0.84% | - |
| XYZ | 37.7 | 33.97 | 6.85 | - |
| YUV | 152.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 43 | 0 | 0.33 | 0.80 | 0.16 | 35.29 | 0.67 | 0.5 |
| Hex | D5 | 8F | 2B | 0 | 21 | 50 | 10 | 23 | 43 | 32 |
| Octal | 325 | 217 | 53 | 0 | 41 | 120 | 20 | 43 | 103 | 62 |
| Binary | 11010101 | 10001111 | 101011 | 0 | 100001 | 1010000 | 10000 | 100011 | 1000011 | 110010 |
Color Harmonies of #D58F2B
Complementary color
Monochromatic Colors of #D58F2B
Black with #D58F2B
Text Example
Text Example
White with #D58F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F2B; }
p { color: rgb(213,143,43); }
H1.HeaderClassName
{
color: #D58F2B;
}
.AnyTagClassName
{
color: #D58F2B;
}
</style>
background-color css
<style>
a { background-color: #D58F2B; }
a { background-color: rgb(213,143,43); }
div.DivClassName
{
background-color: #D58F2B;
}
.BgClassName
{
background-color: #D58F2B;
}
</style>
border-color css
<style>
span { border-color: #D58F2B; }
span { border-color: rgb(213,143,43); }
td.TdClassName
{
border-color: #D58F2B;
}
.TagClassName
{
border-color: #D58F2B;
}
</style>