Shades of Buttercup #D6881C
Tints of Buttercup #D6881C
RGB
CMYK
RGB Variations
Color information
#D6881C (or 0xD6881C) is known color: Buttercup. HEX triplet: D6, 88 and 1C. RGB value is (214,136,28). Sum of RGB (Red+Green+Blue) = 214+136+28=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6881C is #2977E3. Grayscale: #939393. Windows color (decimal): -2717668 or 1870038. OLE color: 1870038.
HSL color Cylindrical-coordinate representation of color #D6881C: hue angle of 34.84º 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 #D6881C is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 28 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.16 |
| HSL | 34.84º | 0.77% | 0.47% | - |
| HSV(B) | 34.84º | 0.87% | 0.84% | - |
| XYZ | 36.75 | 31.99 | 5.34 | - |
| YUV | 147.01 | 60.84 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 28 | 0 | 0.36 | 0.87 | 0.16 | 34.84 | 0.77 | 0.47 |
| Hex | D6 | 88 | 1C | 0 | 24 | 57 | 10 | 23 | 4D | 2F |
| Octal | 326 | 210 | 34 | 0 | 44 | 127 | 20 | 43 | 115 | 57 |
| Binary | 11010110 | 10001000 | 11100 | 0 | 100100 | 1010111 | 10000 | 100011 | 1001101 | 101111 |
Color Harmonies of #D6881C
Complementary color
Monochromatic Colors of #D6881C
Black with #D6881C
Text Example
Text Example
White with #D6881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6881C; }
p { color: rgb(214,136,28); }
H1.HeaderClassName
{
color: #D6881C;
}
.AnyTagClassName
{
color: #D6881C;
}
</style>
background-color css
<style>
a { background-color: #D6881C; }
a { background-color: rgb(214,136,28); }
div.DivClassName
{
background-color: #D6881C;
}
.BgClassName
{
background-color: #D6881C;
}
</style>
border-color css
<style>
span { border-color: #D6881C; }
span { border-color: rgb(214,136,28); }
td.TdClassName
{
border-color: #D6881C;
}
.TagClassName
{
border-color: #D6881C;
}
</style>