Shades of Buttercup #D28F16
Tints of Buttercup #D28F16
RGB
CMYK
RGB Variations
Color information
#D28F16 (or 0xD28F16) is known color: Buttercup. HEX triplet: D2, 8F and 16. RGB value is (210,143,22). Sum of RGB (Red+Green+Blue) = 210+143+22=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28F16 is #2D70E9. Grayscale: #959595. Windows color (decimal): -2978026 or 1478610. OLE color: 1478610.
HSL color Cylindrical-coordinate representation of color #D28F16: hue angle of 38.62º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D28F16 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 22 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.18 |
| HSL | 38.62º | 0.81% | 0.45% | - |
| HSV(B) | 38.62º | 0.9% | 0.82% | - |
| XYZ | 36.55 | 33.4 | 5.28 | - |
| YUV | 149.24 | 56.2 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 22 | 0 | 0.32 | 0.90 | 0.18 | 38.62 | 0.81 | 0.45 |
| Hex | D2 | 8F | 16 | 0 | 20 | 5A | 12 | 27 | 51 | 2D |
| Octal | 322 | 217 | 26 | 0 | 40 | 132 | 22 | 47 | 121 | 55 |
| Binary | 11010010 | 10001111 | 10110 | 0 | 100000 | 1011010 | 10010 | 100111 | 1010001 | 101101 |
Color Harmonies of #D28F16
Complementary color
Monochromatic Colors of #D28F16
Black with #D28F16
Text Example
Text Example
White with #D28F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F16; }
p { color: rgb(210,143,22); }
H1.HeaderClassName
{
color: #D28F16;
}
.AnyTagClassName
{
color: #D28F16;
}
</style>
background-color css
<style>
a { background-color: #D28F16; }
a { background-color: rgb(210,143,22); }
div.DivClassName
{
background-color: #D28F16;
}
.BgClassName
{
background-color: #D28F16;
}
</style>
border-color css
<style>
span { border-color: #D28F16; }
span { border-color: rgb(210,143,22); }
td.TdClassName
{
border-color: #D28F16;
}
.TagClassName
{
border-color: #D28F16;
}
</style>