Shades of Buttercup #D4941C
Tints of Buttercup #D4941C
RGB
CMYK
RGB Variations
Color information
#D4941C (or 0xD4941C) is known color: Buttercup. HEX triplet: D4, 94 and 1C. RGB value is (212,148,28). Sum of RGB (Red+Green+Blue) = 212+148+28=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4941C is #2B6BE3. Grayscale: #9A9A9A. Windows color (decimal): -2845668 or 1873108. OLE color: 1873108.
HSL color Cylindrical-coordinate representation of color #D4941C: hue angle of 39.13º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4941C is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 28 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.17 |
| HSL | 39.13º | 0.77% | 0.47% | - |
| HSV(B) | 39.13º | 0.87% | 0.83% | - |
| XYZ | 37.95 | 35.26 | 5.9 | - |
| YUV | 153.46 | 57.2 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 28 | 0 | 0.30 | 0.87 | 0.17 | 39.13 | 0.77 | 0.47 |
| Hex | D4 | 94 | 1C | 0 | 1E | 57 | 11 | 27 | 4D | 2F |
| Octal | 324 | 224 | 34 | 0 | 36 | 127 | 21 | 47 | 115 | 57 |
| Binary | 11010100 | 10010100 | 11100 | 0 | 11110 | 1010111 | 10001 | 100111 | 1001101 | 101111 |
Color Harmonies of #D4941C
Complementary color
Monochromatic Colors of #D4941C
Black with #D4941C
Text Example
Text Example
White with #D4941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4941C; }
p { color: rgb(212,148,28); }
H1.HeaderClassName
{
color: #D4941C;
}
.AnyTagClassName
{
color: #D4941C;
}
</style>
background-color css
<style>
a { background-color: #D4941C; }
a { background-color: rgb(212,148,28); }
div.DivClassName
{
background-color: #D4941C;
}
.BgClassName
{
background-color: #D4941C;
}
</style>
border-color css
<style>
span { border-color: #D4941C; }
span { border-color: rgb(212,148,28); }
td.TdClassName
{
border-color: #D4941C;
}
.TagClassName
{
border-color: #D4941C;
}
</style>