Shades of Buttercup #D6912D
Tints of Buttercup #D6912D
RGB
CMYK
RGB Variations
Color information
#D6912D (or 0xD6912D) is known color: Buttercup. HEX triplet: D6, 91 and 2D. RGB value is (214,145,45). Sum of RGB (Red+Green+Blue) = 214+145+45=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6912D is #296ED2. Grayscale: #9A9A9A. Windows color (decimal): -2715347 or 2986454. OLE color: 2986454.
HSL color Cylindrical-coordinate representation of color #D6912D: hue angle of 35.5º 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 #D6912D is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 45 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.16 |
| HSL | 35.5º | 0.67% | 0.51% | - |
| HSV(B) | 35.5º | 0.79% | 0.84% | - |
| XYZ | 38.33 | 34.74 | 7.17 | - |
| YUV | 154.23 | 66.36 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 45 | 0 | 0.32 | 0.79 | 0.16 | 35.5 | 0.67 | 0.51 |
| Hex | D6 | 91 | 2D | 0 | 20 | 4F | 10 | 24 | 43 | 33 |
| Octal | 326 | 221 | 55 | 0 | 40 | 117 | 20 | 44 | 103 | 63 |
| Binary | 11010110 | 10010001 | 101101 | 0 | 100000 | 1001111 | 10000 | 100100 | 1000011 | 110011 |
Color Harmonies of #D6912D
Complementary color
Monochromatic Colors of #D6912D
Black with #D6912D
Text Example
Text Example
White with #D6912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6912D; }
p { color: rgb(214,145,45); }
H1.HeaderClassName
{
color: #D6912D;
}
.AnyTagClassName
{
color: #D6912D;
}
</style>
background-color css
<style>
a { background-color: #D6912D; }
a { background-color: rgb(214,145,45); }
div.DivClassName
{
background-color: #D6912D;
}
.BgClassName
{
background-color: #D6912D;
}
</style>
border-color css
<style>
span { border-color: #D6912D; }
span { border-color: rgb(214,145,45); }
td.TdClassName
{
border-color: #D6912D;
}
.TagClassName
{
border-color: #D6912D;
}
</style>