Shades of Buttercup #D5912D
Tints of Buttercup #D5912D
RGB
CMYK
RGB Variations
Color information
#D5912D (or 0xD5912D) is known color: Buttercup. HEX triplet: D5, 91 and 2D. RGB value is (213,145,45). Sum of RGB (Red+Green+Blue) = 213+145+45=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5912D is #2A6ED2. Grayscale: #9A9A9A. Windows color (decimal): -2780883 or 2986453. OLE color: 2986453.
HSL color Cylindrical-coordinate representation of color #D5912D: hue angle of 35.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5912D is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 45 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.16 |
| HSL | 35.71º | 0.67% | 0.51% | - |
| HSV(B) | 35.71º | 0.79% | 0.84% | - |
| XYZ | 38.04 | 34.59 | 7.15 | - |
| YUV | 153.93 | 66.53 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 45 | 0 | 0.32 | 0.79 | 0.16 | 35.71 | 0.67 | 0.51 |
| Hex | D5 | 91 | 2D | 0 | 20 | 4F | 10 | 24 | 43 | 33 |
| Octal | 325 | 221 | 55 | 0 | 40 | 117 | 20 | 44 | 103 | 63 |
| Binary | 11010101 | 10010001 | 101101 | 0 | 100000 | 1001111 | 10000 | 100100 | 1000011 | 110011 |
Color Harmonies of #D5912D
Complementary color
Monochromatic Colors of #D5912D
Black with #D5912D
Text Example
Text Example
White with #D5912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5912D; }
p { color: rgb(213,145,45); }
H1.HeaderClassName
{
color: #D5912D;
}
.AnyTagClassName
{
color: #D5912D;
}
</style>
background-color css
<style>
a { background-color: #D5912D; }
a { background-color: rgb(213,145,45); }
div.DivClassName
{
background-color: #D5912D;
}
.BgClassName
{
background-color: #D5912D;
}
</style>
border-color css
<style>
span { border-color: #D5912D; }
span { border-color: rgb(213,145,45); }
td.TdClassName
{
border-color: #D5912D;
}
.TagClassName
{
border-color: #D5912D;
}
</style>