Shades of Buttercup #D2961B
Tints of Buttercup #D2961B
RGB
CMYK
RGB Variations
Color information
#D2961B (or 0xD2961B) is known color: Buttercup. HEX triplet: D2, 96 and 1B. RGB value is (210,150,27). Sum of RGB (Red+Green+Blue) = 210+150+27=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2961B is #2D69E4. Grayscale: #9A9A9A. Windows color (decimal): -2976229 or 1808082. OLE color: 1808082.
HSL color Cylindrical-coordinate representation of color #D2961B: hue angle of 40.33º 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 #D2961B is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 27 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.18 |
| HSL | 40.33º | 0.77% | 0.46% | - |
| HSV(B) | 40.33º | 0.87% | 0.82% | - |
| XYZ | 37.68 | 35.59 | 5.92 | - |
| YUV | 153.92 | 56.38 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 27 | 0 | 0.29 | 0.87 | 0.18 | 40.33 | 0.77 | 0.46 |
| Hex | D2 | 96 | 1B | 0 | 1D | 57 | 12 | 28 | 4D | 2E |
| Octal | 322 | 226 | 33 | 0 | 35 | 127 | 22 | 50 | 115 | 56 |
| Binary | 11010010 | 10010110 | 11011 | 0 | 11101 | 1010111 | 10010 | 101000 | 1001101 | 101110 |
Color Harmonies of #D2961B
Complementary color
Monochromatic Colors of #D2961B
Black with #D2961B
Text Example
Text Example
White with #D2961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2961B; }
p { color: rgb(210,150,27); }
H1.HeaderClassName
{
color: #D2961B;
}
.AnyTagClassName
{
color: #D2961B;
}
</style>
background-color css
<style>
a { background-color: #D2961B; }
a { background-color: rgb(210,150,27); }
div.DivClassName
{
background-color: #D2961B;
}
.BgClassName
{
background-color: #D2961B;
}
</style>
border-color css
<style>
span { border-color: #D2961B; }
span { border-color: rgb(210,150,27); }
td.TdClassName
{
border-color: #D2961B;
}
.TagClassName
{
border-color: #D2961B;
}
</style>