Shades of Buttercup #D58F2C
Tints of Buttercup #D58F2C
RGB
CMYK
RGB Variations
Color information
#D58F2C (or 0xD58F2C) is known color: Buttercup. HEX triplet: D5, 8F and 2C. RGB value is (213,143,44). Sum of RGB (Red+Green+Blue) = 213+143+44=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F2C is #2A70D3. Grayscale: #999999. Windows color (decimal): -2781396 or 2920405. OLE color: 2920405.
HSL color Cylindrical-coordinate representation of color #D58F2C: hue angle of 35.15º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D58F2C is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 44 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.16 |
| HSL | 35.15º | 0.67% | 0.5% | - |
| HSV(B) | 35.15º | 0.79% | 0.84% | - |
| XYZ | 37.72 | 33.97 | 6.95 | - |
| YUV | 152.64 | 66.69 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 44 | 0 | 0.33 | 0.79 | 0.16 | 35.15 | 0.67 | 0.5 |
| Hex | D5 | 8F | 2C | 0 | 21 | 4F | 10 | 23 | 43 | 32 |
| Octal | 325 | 217 | 54 | 0 | 41 | 117 | 20 | 43 | 103 | 62 |
| Binary | 11010101 | 10001111 | 101100 | 0 | 100001 | 1001111 | 10000 | 100011 | 1000011 | 110010 |
Color Harmonies of #D58F2C
Complementary color
Monochromatic Colors of #D58F2C
Black with #D58F2C
Text Example
Text Example
White with #D58F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F2C; }
p { color: rgb(213,143,44); }
H1.HeaderClassName
{
color: #D58F2C;
}
.AnyTagClassName
{
color: #D58F2C;
}
</style>
background-color css
<style>
a { background-color: #D58F2C; }
a { background-color: rgb(213,143,44); }
div.DivClassName
{
background-color: #D58F2C;
}
.BgClassName
{
background-color: #D58F2C;
}
</style>
border-color css
<style>
span { border-color: #D58F2C; }
span { border-color: rgb(213,143,44); }
td.TdClassName
{
border-color: #D58F2C;
}
.TagClassName
{
border-color: #D58F2C;
}
</style>