Shades of Buttercup #D6911E
Tints of Buttercup #D6911E
RGB
CMYK
RGB Variations
Color information
#D6911E (or 0xD6911E) is known color: Buttercup. HEX triplet: D6, 91 and 1E. RGB value is (214,145,30). Sum of RGB (Red+Green+Blue) = 214+145+30=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6911E is #296EE1. Grayscale: #999999. Windows color (decimal): -2715362 or 2003414. OLE color: 2003414.
HSL color Cylindrical-coordinate representation of color #D6911E: hue angle of 37.5º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6911E is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 30 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.16 |
| HSL | 37.5º | 0.75% | 0.48% | - |
| HSV(B) | 37.5º | 0.86% | 0.84% | - |
| XYZ | 38.09 | 34.64 | 5.91 | - |
| YUV | 152.52 | 58.86 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 30 | 0 | 0.32 | 0.86 | 0.16 | 37.5 | 0.75 | 0.48 |
| Hex | D6 | 91 | 1E | 0 | 20 | 56 | 10 | 26 | 4B | 30 |
| Octal | 326 | 221 | 36 | 0 | 40 | 126 | 20 | 46 | 113 | 60 |
| Binary | 11010110 | 10010001 | 11110 | 0 | 100000 | 1010110 | 10000 | 100110 | 1001011 | 110000 |
Color Harmonies of #D6911E
Complementary color
Monochromatic Colors of #D6911E
Black with #D6911E
Text Example
Text Example
White with #D6911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6911E; }
p { color: rgb(214,145,30); }
H1.HeaderClassName
{
color: #D6911E;
}
.AnyTagClassName
{
color: #D6911E;
}
</style>
background-color css
<style>
a { background-color: #D6911E; }
a { background-color: rgb(214,145,30); }
div.DivClassName
{
background-color: #D6911E;
}
.BgClassName
{
background-color: #D6911E;
}
</style>
border-color css
<style>
span { border-color: #D6911E; }
span { border-color: rgb(214,145,30); }
td.TdClassName
{
border-color: #D6911E;
}
.TagClassName
{
border-color: #D6911E;
}
</style>