Shades of Buttercup #D28C1E
Tints of Buttercup #D28C1E
RGB
CMYK
RGB Variations
Color information
#D28C1E (or 0xD28C1E) is known color: Buttercup. HEX triplet: D2, 8C and 1E. RGB value is (210,140,30). Sum of RGB (Red+Green+Blue) = 210+140+30=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C1E is #2D73E1. Grayscale: #949494. Windows color (decimal): -2978786 or 2002130. OLE color: 2002130.
HSL color Cylindrical-coordinate representation of color #D28C1E: hue angle of 36.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D28C1E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 30 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.18 |
| HSL | 36.67º | 0.75% | 0.47% | - |
| HSV(B) | 36.67º | 0.86% | 0.82% | - |
| XYZ | 36.19 | 32.55 | 5.6 | - |
| YUV | 148.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 30 | 0 | 0.33 | 0.86 | 0.18 | 36.67 | 0.75 | 0.47 |
| Hex | D2 | 8C | 1E | 0 | 21 | 56 | 12 | 25 | 4B | 2F |
| Octal | 322 | 214 | 36 | 0 | 41 | 126 | 22 | 45 | 113 | 57 |
| Binary | 11010010 | 10001100 | 11110 | 0 | 100001 | 1010110 | 10010 | 100101 | 1001011 | 101111 |
Color Harmonies of #D28C1E
Complementary color
Monochromatic Colors of #D28C1E
Black with #D28C1E
Text Example
Text Example
White with #D28C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C1E; }
p { color: rgb(210,140,30); }
H1.HeaderClassName
{
color: #D28C1E;
}
.AnyTagClassName
{
color: #D28C1E;
}
</style>
background-color css
<style>
a { background-color: #D28C1E; }
a { background-color: rgb(210,140,30); }
div.DivClassName
{
background-color: #D28C1E;
}
.BgClassName
{
background-color: #D28C1E;
}
</style>
border-color css
<style>
span { border-color: #D28C1E; }
span { border-color: rgb(210,140,30); }
td.TdClassName
{
border-color: #D28C1E;
}
.TagClassName
{
border-color: #D28C1E;
}
</style>