Shades of Buttercup #D28C20
Tints of Buttercup #D28C20
RGB
CMYK
RGB Variations
Color information
#D28C20 (or 0xD28C20) is known color: Buttercup. HEX triplet: D2, 8C and 20. RGB value is (210,140,32). Sum of RGB (Red+Green+Blue) = 210+140+32=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C20 is #2D73DF. Grayscale: #959595. Windows color (decimal): -2978784 or 2133202. OLE color: 2133202.
HSL color Cylindrical-coordinate representation of color #D28C20: hue angle of 36.4º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D28C20 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 32 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.18 |
| HSL | 36.4º | 0.74% | 0.47% | - |
| HSV(B) | 36.4º | 0.85% | 0.82% | - |
| XYZ | 36.22 | 32.56 | 5.74 | - |
| YUV | 148.62 | 62.19 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 32 | 0 | 0.33 | 0.85 | 0.18 | 36.4 | 0.74 | 0.47 |
| Hex | D2 | 8C | 20 | 0 | 21 | 55 | 12 | 24 | 4A | 2F |
| Octal | 322 | 214 | 40 | 0 | 41 | 125 | 22 | 44 | 112 | 57 |
| Binary | 11010010 | 10001100 | 100000 | 0 | 100001 | 1010101 | 10010 | 100100 | 1001010 | 101111 |
Color Harmonies of #D28C20
Complementary color
Monochromatic Colors of #D28C20
Black with #D28C20
Text Example
Text Example
White with #D28C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C20; }
p { color: rgb(210,140,32); }
H1.HeaderClassName
{
color: #D28C20;
}
.AnyTagClassName
{
color: #D28C20;
}
</style>
background-color css
<style>
a { background-color: #D28C20; }
a { background-color: rgb(210,140,32); }
div.DivClassName
{
background-color: #D28C20;
}
.BgClassName
{
background-color: #D28C20;
}
</style>
border-color css
<style>
span { border-color: #D28C20; }
span { border-color: rgb(210,140,32); }
td.TdClassName
{
border-color: #D28C20;
}
.TagClassName
{
border-color: #D28C20;
}
</style>