Shades of Buttercup #D2921A
Tints of Buttercup #D2921A
RGB
CMYK
RGB Variations
Color information
#D2921A (or 0xD2921A) is known color: Buttercup. HEX triplet: D2, 92 and 1A. RGB value is (210,146,26). Sum of RGB (Red+Green+Blue) = 210+146+26=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2921A is #2D6DE5. Grayscale: #989898. Windows color (decimal): -2977254 or 1741522. OLE color: 1741522.
HSL color Cylindrical-coordinate representation of color #D2921A: hue angle of 39.13º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2921A is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 26 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.18 |
| HSL | 39.13º | 0.78% | 0.46% | - |
| HSV(B) | 39.13º | 0.88% | 0.82% | - |
| XYZ | 37.04 | 34.33 | 5.65 | - |
| YUV | 151.46 | 57.2 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 26 | 0 | 0.30 | 0.88 | 0.18 | 39.13 | 0.78 | 0.46 |
| Hex | D2 | 92 | 1A | 0 | 1E | 58 | 12 | 27 | 4E | 2E |
| Octal | 322 | 222 | 32 | 0 | 36 | 130 | 22 | 47 | 116 | 56 |
| Binary | 11010010 | 10010010 | 11010 | 0 | 11110 | 1011000 | 10010 | 100111 | 1001110 | 101110 |
Color Harmonies of #D2921A
Complementary color
Monochromatic Colors of #D2921A
Black with #D2921A
Text Example
Text Example
White with #D2921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2921A; }
p { color: rgb(210,146,26); }
H1.HeaderClassName
{
color: #D2921A;
}
.AnyTagClassName
{
color: #D2921A;
}
</style>
background-color css
<style>
a { background-color: #D2921A; }
a { background-color: rgb(210,146,26); }
div.DivClassName
{
background-color: #D2921A;
}
.BgClassName
{
background-color: #D2921A;
}
</style>
border-color css
<style>
span { border-color: #D2921A; }
span { border-color: rgb(210,146,26); }
td.TdClassName
{
border-color: #D2921A;
}
.TagClassName
{
border-color: #D2921A;
}
</style>