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