Shades of Buttercup #D2912A
Tints of Buttercup #D2912A
RGB
CMYK
RGB Variations
Color information
#D2912A (or 0xD2912A) is known color: Buttercup. HEX triplet: D2, 91 and 2A. RGB value is (210,145,42). Sum of RGB (Red+Green+Blue) = 210+145+42=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2912A is #2D6ED5. Grayscale: #999999. Windows color (decimal): -2977494 or 2789842. OLE color: 2789842.
HSL color Cylindrical-coordinate representation of color #D2912A: hue angle of 36.79º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2912A is Cyan = 0, Magento = 0.31, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 42 | - |
| CMYK | 0 | 0.31 | 0.8 | 0.18 |
| HSL | 36.79º | 0.67% | 0.49% | - |
| HSV(B) | 36.79º | 0.8% | 0.82% | - |
| XYZ | 37.12 | 34.12 | 6.82 | - |
| YUV | 152.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 42 | 0 | 0.31 | 0.8 | 0.18 | 36.79 | 0.67 | 0.49 |
| Hex | D2 | 91 | 2A | 0 | 1F | 50 | 12 | 25 | 43 | 31 |
| Octal | 322 | 221 | 52 | 0 | 37 | 120 | 22 | 45 | 103 | 61 |
| Binary | 11010010 | 10010001 | 101010 | 0 | 11111 | 1010000 | 10010 | 100101 | 1000011 | 110001 |
Color Harmonies of #D2912A
Complementary color
Monochromatic Colors of #D2912A
Black with #D2912A
Text Example
Text Example
White with #D2912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2912A; }
p { color: rgb(210,145,42); }
H1.HeaderClassName
{
color: #D2912A;
}
.AnyTagClassName
{
color: #D2912A;
}
</style>
background-color css
<style>
a { background-color: #D2912A; }
a { background-color: rgb(210,145,42); }
div.DivClassName
{
background-color: #D2912A;
}
.BgClassName
{
background-color: #D2912A;
}
</style>
border-color css
<style>
span { border-color: #D2912A; }
span { border-color: rgb(210,145,42); }
td.TdClassName
{
border-color: #D2912A;
}
.TagClassName
{
border-color: #D2912A;
}
</style>