Shades of Buttercup #D28D1B
Tints of Buttercup #D28D1B
RGB
CMYK
RGB Variations
Color information
#D28D1B (or 0xD28D1B) is known color: Buttercup. HEX triplet: D2, 8D and 1B. RGB value is (210,141,27). Sum of RGB (Red+Green+Blue) = 210+141+27=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D1B is #2D72E4. Grayscale: #959595. Windows color (decimal): -2978533 or 1805778. OLE color: 1805778.
HSL color Cylindrical-coordinate representation of color #D28D1B: hue angle of 37.38º 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 #D28D1B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 27 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.18 |
| HSL | 37.38º | 0.77% | 0.46% | - |
| HSV(B) | 37.38º | 0.87% | 0.82% | - |
| XYZ | 36.3 | 32.83 | 5.46 | - |
| YUV | 148.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 27 | 0 | 0.33 | 0.87 | 0.18 | 37.38 | 0.77 | 0.46 |
| Hex | D2 | 8D | 1B | 0 | 21 | 57 | 12 | 25 | 4D | 2E |
| Octal | 322 | 215 | 33 | 0 | 41 | 127 | 22 | 45 | 115 | 56 |
| Binary | 11010010 | 10001101 | 11011 | 0 | 100001 | 1010111 | 10010 | 100101 | 1001101 | 101110 |
Color Harmonies of #D28D1B
Complementary color
Monochromatic Colors of #D28D1B
Black with #D28D1B
Text Example
Text Example
White with #D28D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D1B; }
p { color: rgb(210,141,27); }
H1.HeaderClassName
{
color: #D28D1B;
}
.AnyTagClassName
{
color: #D28D1B;
}
</style>
background-color css
<style>
a { background-color: #D28D1B; }
a { background-color: rgb(210,141,27); }
div.DivClassName
{
background-color: #D28D1B;
}
.BgClassName
{
background-color: #D28D1B;
}
</style>
border-color css
<style>
span { border-color: #D28D1B; }
span { border-color: rgb(210,141,27); }
td.TdClassName
{
border-color: #D28D1B;
}
.TagClassName
{
border-color: #D28D1B;
}
</style>