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