Shades of Buttercup #D3921C
Tints of Buttercup #D3921C
RGB
CMYK
RGB Variations
Color information
#D3921C (or 0xD3921C) is known color: Buttercup. HEX triplet: D3, 92 and 1C. RGB value is (211,146,28). Sum of RGB (Red+Green+Blue) = 211+146+28=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3921C is #2C6DE3. Grayscale: #989898. Windows color (decimal): -2911716 or 1872595. OLE color: 1872595.
HSL color Cylindrical-coordinate representation of color #D3921C: hue angle of 38.69º 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 #D3921C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 28 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.17 |
| HSL | 38.69º | 0.77% | 0.47% | - |
| HSV(B) | 38.69º | 0.87% | 0.83% | - |
| XYZ | 37.35 | 34.49 | 5.79 | - |
| YUV | 151.98 | 58.03 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 28 | 0 | 0.31 | 0.87 | 0.17 | 38.69 | 0.77 | 0.47 |
| Hex | D3 | 92 | 1C | 0 | 1F | 57 | 11 | 27 | 4D | 2F |
| Octal | 323 | 222 | 34 | 0 | 37 | 127 | 21 | 47 | 115 | 57 |
| Binary | 11010011 | 10010010 | 11100 | 0 | 11111 | 1010111 | 10001 | 100111 | 1001101 | 101111 |
Color Harmonies of #D3921C
Complementary color
Monochromatic Colors of #D3921C
Black with #D3921C
Text Example
Text Example
White with #D3921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3921C; }
p { color: rgb(211,146,28); }
H1.HeaderClassName
{
color: #D3921C;
}
.AnyTagClassName
{
color: #D3921C;
}
</style>
background-color css
<style>
a { background-color: #D3921C; }
a { background-color: rgb(211,146,28); }
div.DivClassName
{
background-color: #D3921C;
}
.BgClassName
{
background-color: #D3921C;
}
</style>
border-color css
<style>
span { border-color: #D3921C; }
span { border-color: rgb(211,146,28); }
td.TdClassName
{
border-color: #D3921C;
}
.TagClassName
{
border-color: #D3921C;
}
</style>