Shades of Buttercup #D2922B
Tints of Buttercup #D2922B
RGB
CMYK
RGB Variations
Color information
#D2922B (or 0xD2922B) is known color: Buttercup. HEX triplet: D2, 92 and 2B. RGB value is (210,146,43). Sum of RGB (Red+Green+Blue) = 210+146+43=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2922B is #2D6DD4. Grayscale: #999999. Windows color (decimal): -2977237 or 2855634. OLE color: 2855634.
HSL color Cylindrical-coordinate representation of color #D2922B: hue angle of 37.01º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2922B is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 43 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.18 |
| HSL | 37.01º | 0.66% | 0.5% | - |
| HSV(B) | 37.01º | 0.8% | 0.82% | - |
| XYZ | 37.29 | 34.43 | 6.97 | - |
| YUV | 153.39 | 65.7 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 43 | 0 | 0.30 | 0.80 | 0.18 | 37.01 | 0.66 | 0.5 |
| Hex | D2 | 92 | 2B | 0 | 1E | 50 | 12 | 25 | 42 | 32 |
| Octal | 322 | 222 | 53 | 0 | 36 | 120 | 22 | 45 | 102 | 62 |
| Binary | 11010010 | 10010010 | 101011 | 0 | 11110 | 1010000 | 10010 | 100101 | 1000010 | 110010 |
Color Harmonies of #D2922B
Complementary color
Monochromatic Colors of #D2922B
Black with #D2922B
Text Example
Text Example
White with #D2922B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2922B; }
p { color: rgb(210,146,43); }
H1.HeaderClassName
{
color: #D2922B;
}
.AnyTagClassName
{
color: #D2922B;
}
</style>
background-color css
<style>
a { background-color: #D2922B; }
a { background-color: rgb(210,146,43); }
div.DivClassName
{
background-color: #D2922B;
}
.BgClassName
{
background-color: #D2922B;
}
</style>
border-color css
<style>
span { border-color: #D2922B; }
span { border-color: rgb(210,146,43); }
td.TdClassName
{
border-color: #D2922B;
}
.TagClassName
{
border-color: #D2922B;
}
</style>