Shades of Buttercup #D4922B
Tints of Buttercup #D4922B
RGB
CMYK
RGB Variations
Color information
#D4922B (or 0xD4922B) is known color: Buttercup. HEX triplet: D4, 92 and 2B. RGB value is (212,146,43). Sum of RGB (Red+Green+Blue) = 212+146+43=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4922B is #2B6DD4. Grayscale: #9A9A9A. Windows color (decimal): -2846165 or 2855636. OLE color: 2855636.
HSL color Cylindrical-coordinate representation of color #D4922B: hue angle of 36.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4922B is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 43 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.17 |
| HSL | 36.57º | 0.66% | 0.5% | - |
| HSV(B) | 36.57º | 0.8% | 0.83% | - |
| XYZ | 37.87 | 34.73 | 6.99 | - |
| YUV | 153.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 43 | 0 | 0.31 | 0.80 | 0.17 | 36.57 | 0.66 | 0.5 |
| Hex | D4 | 92 | 2B | 0 | 1F | 50 | 11 | 25 | 42 | 32 |
| Octal | 324 | 222 | 53 | 0 | 37 | 120 | 21 | 45 | 102 | 62 |
| Binary | 11010100 | 10010010 | 101011 | 0 | 11111 | 1010000 | 10001 | 100101 | 1000010 | 110010 |
Color Harmonies of #D4922B
Complementary color
Monochromatic Colors of #D4922B
Black with #D4922B
Text Example
Text Example
White with #D4922B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4922B; }
p { color: rgb(212,146,43); }
H1.HeaderClassName
{
color: #D4922B;
}
.AnyTagClassName
{
color: #D4922B;
}
</style>
background-color css
<style>
a { background-color: #D4922B; }
a { background-color: rgb(212,146,43); }
div.DivClassName
{
background-color: #D4922B;
}
.BgClassName
{
background-color: #D4922B;
}
</style>
border-color css
<style>
span { border-color: #D4922B; }
span { border-color: rgb(212,146,43); }
td.TdClassName
{
border-color: #D4922B;
}
.TagClassName
{
border-color: #D4922B;
}
</style>