Shades of Buttercup #D2951B
Tints of Buttercup #D2951B
RGB
CMYK
RGB Variations
Color information
#D2951B (or 0xD2951B) is known color: Buttercup. HEX triplet: D2, 95 and 1B. RGB value is (210,149,27). Sum of RGB (Red+Green+Blue) = 210+149+27=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2951B is #2D6AE4. Grayscale: #999999. Windows color (decimal): -2976485 or 1807826. OLE color: 1807826.
HSL color Cylindrical-coordinate representation of color #D2951B: hue angle of 40º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2951B is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 27 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.18 |
| HSL | 40º | 0.77% | 0.46% | - |
| HSV(B) | 40º | 0.87% | 0.82% | - |
| XYZ | 37.52 | 35.28 | 5.87 | - |
| YUV | 153.33 | 56.71 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 27 | 0 | 0.29 | 0.87 | 0.18 | 40 | 0.77 | 0.46 |
| Hex | D2 | 95 | 1B | 0 | 1D | 57 | 12 | 28 | 4D | 2E |
| Octal | 322 | 225 | 33 | 0 | 35 | 127 | 22 | 50 | 115 | 56 |
| Binary | 11010010 | 10010101 | 11011 | 0 | 11101 | 1010111 | 10010 | 101000 | 1001101 | 101110 |
Color Harmonies of #D2951B
Complementary color
Monochromatic Colors of #D2951B
Black with #D2951B
Text Example
Text Example
White with #D2951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2951B; }
p { color: rgb(210,149,27); }
H1.HeaderClassName
{
color: #D2951B;
}
.AnyTagClassName
{
color: #D2951B;
}
</style>
background-color css
<style>
a { background-color: #D2951B; }
a { background-color: rgb(210,149,27); }
div.DivClassName
{
background-color: #D2951B;
}
.BgClassName
{
background-color: #D2951B;
}
</style>
border-color css
<style>
span { border-color: #D2951B; }
span { border-color: rgb(210,149,27); }
td.TdClassName
{
border-color: #D2951B;
}
.TagClassName
{
border-color: #D2951B;
}
</style>