Shades of Buttercup #D5911C
Tints of Buttercup #D5911C
RGB
CMYK
RGB Variations
Color information
#D5911C (or 0xD5911C) is known color: Buttercup. HEX triplet: D5, 91 and 1C. RGB value is (213,145,28). Sum of RGB (Red+Green+Blue) = 213+145+28=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5911C is #2A6EE3. Grayscale: #989898. Windows color (decimal): -2780900 or 1872341. OLE color: 1872341.
HSL color Cylindrical-coordinate representation of color #D5911C: hue angle of 37.95º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5911C is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 28 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.16 |
| HSL | 37.95º | 0.77% | 0.47% | - |
| HSV(B) | 37.95º | 0.87% | 0.84% | - |
| XYZ | 37.78 | 34.48 | 5.76 | - |
| YUV | 151.99 | 58.03 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 28 | 0 | 0.32 | 0.87 | 0.16 | 37.95 | 0.77 | 0.47 |
| Hex | D5 | 91 | 1C | 0 | 20 | 57 | 10 | 26 | 4D | 2F |
| Octal | 325 | 221 | 34 | 0 | 40 | 127 | 20 | 46 | 115 | 57 |
| Binary | 11010101 | 10010001 | 11100 | 0 | 100000 | 1010111 | 10000 | 100110 | 1001101 | 101111 |
Color Harmonies of #D5911C
Complementary color
Monochromatic Colors of #D5911C
Black with #D5911C
Text Example
Text Example
White with #D5911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5911C; }
p { color: rgb(213,145,28); }
H1.HeaderClassName
{
color: #D5911C;
}
.AnyTagClassName
{
color: #D5911C;
}
</style>
background-color css
<style>
a { background-color: #D5911C; }
a { background-color: rgb(213,145,28); }
div.DivClassName
{
background-color: #D5911C;
}
.BgClassName
{
background-color: #D5911C;
}
</style>
border-color css
<style>
span { border-color: #D5911C; }
span { border-color: rgb(213,145,28); }
td.TdClassName
{
border-color: #D5911C;
}
.TagClassName
{
border-color: #D5911C;
}
</style>