Shades of Buttercup #D4922C
Tints of Buttercup #D4922C
RGB
CMYK
RGB Variations
Color information
#D4922C (or 0xD4922C) is known color: Buttercup. HEX triplet: D4, 92 and 2C. RGB value is (212,146,44). Sum of RGB (Red+Green+Blue) = 212+146+44=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4922C is #2B6DD3. Grayscale: #9A9A9A. Windows color (decimal): -2846164 or 2921172. OLE color: 2921172.
HSL color Cylindrical-coordinate representation of color #D4922C: hue angle of 36.43º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4922C is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 44 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.17 |
| HSL | 36.43º | 0.66% | 0.5% | - |
| HSV(B) | 36.43º | 0.79% | 0.83% | - |
| XYZ | 37.88 | 34.74 | 7.09 | - |
| YUV | 154.11 | 65.87 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 44 | 0 | 0.31 | 0.79 | 0.17 | 36.43 | 0.66 | 0.5 |
| Hex | D4 | 92 | 2C | 0 | 1F | 4F | 11 | 24 | 42 | 32 |
| Octal | 324 | 222 | 54 | 0 | 37 | 117 | 21 | 44 | 102 | 62 |
| Binary | 11010100 | 10010010 | 101100 | 0 | 11111 | 1001111 | 10001 | 100100 | 1000010 | 110010 |
Color Harmonies of #D4922C
Complementary color
Monochromatic Colors of #D4922C
Black with #D4922C
Text Example
Text Example
White with #D4922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4922C; }
p { color: rgb(212,146,44); }
H1.HeaderClassName
{
color: #D4922C;
}
.AnyTagClassName
{
color: #D4922C;
}
</style>
background-color css
<style>
a { background-color: #D4922C; }
a { background-color: rgb(212,146,44); }
div.DivClassName
{
background-color: #D4922C;
}
.BgClassName
{
background-color: #D4922C;
}
</style>
border-color css
<style>
span { border-color: #D4922C; }
span { border-color: rgb(212,146,44); }
td.TdClassName
{
border-color: #D4922C;
}
.TagClassName
{
border-color: #D4922C;
}
</style>