Shades of Buttercup #D2911C
Tints of Buttercup #D2911C
RGB
CMYK
RGB Variations
Color information
#D2911C (or 0xD2911C) is known color: Buttercup. HEX triplet: D2, 91 and 1C. RGB value is (210,145,28). Sum of RGB (Red+Green+Blue) = 210+145+28=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2911C is #2D6EE3. Grayscale: #979797. Windows color (decimal): -2977508 or 1872338. OLE color: 1872338.
HSL color Cylindrical-coordinate representation of color #D2911C: hue angle of 38.57º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2911C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 28 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.18 |
| HSL | 38.57º | 0.76% | 0.47% | - |
| HSV(B) | 38.57º | 0.87% | 0.82% | - |
| XYZ | 36.91 | 34.04 | 5.72 | - |
| YUV | 151.1 | 58.53 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 28 | 0 | 0.31 | 0.87 | 0.18 | 38.57 | 0.76 | 0.47 |
| Hex | D2 | 91 | 1C | 0 | 1F | 57 | 12 | 27 | 4C | 2F |
| Octal | 322 | 221 | 34 | 0 | 37 | 127 | 22 | 47 | 114 | 57 |
| Binary | 11010010 | 10010001 | 11100 | 0 | 11111 | 1010111 | 10010 | 100111 | 1001100 | 101111 |
Color Harmonies of #D2911C
Complementary color
Monochromatic Colors of #D2911C
Black with #D2911C
Text Example
Text Example
White with #D2911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2911C; }
p { color: rgb(210,145,28); }
H1.HeaderClassName
{
color: #D2911C;
}
.AnyTagClassName
{
color: #D2911C;
}
</style>
background-color css
<style>
a { background-color: #D2911C; }
a { background-color: rgb(210,145,28); }
div.DivClassName
{
background-color: #D2911C;
}
.BgClassName
{
background-color: #D2911C;
}
</style>
border-color css
<style>
span { border-color: #D2911C; }
span { border-color: rgb(210,145,28); }
td.TdClassName
{
border-color: #D2911C;
}
.TagClassName
{
border-color: #D2911C;
}
</style>