Shades of Buttercup #D28C17
Tints of Buttercup #D28C17
RGB
CMYK
RGB Variations
Color information
#D28C17 (or 0xD28C17) is known color: Buttercup. HEX triplet: D2, 8C and 17. RGB value is (210,140,23). Sum of RGB (Red+Green+Blue) = 210+140+23=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28C17 is #2D73E8. Grayscale: #949494. Windows color (decimal): -2978793 or 1543378. OLE color: 1543378.
HSL color Cylindrical-coordinate representation of color #D28C17: hue angle of 37.54º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D28C17 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 23 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.18 |
| HSL | 37.54º | 0.8% | 0.46% | - |
| HSV(B) | 37.54º | 0.89% | 0.82% | - |
| XYZ | 36.11 | 32.52 | 5.18 | - |
| YUV | 147.59 | 57.69 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 23 | 0 | 0.33 | 0.89 | 0.18 | 37.54 | 0.8 | 0.46 |
| Hex | D2 | 8C | 17 | 0 | 21 | 59 | 12 | 26 | 50 | 2E |
| Octal | 322 | 214 | 27 | 0 | 41 | 131 | 22 | 46 | 120 | 56 |
| Binary | 11010010 | 10001100 | 10111 | 0 | 100001 | 1011001 | 10010 | 100110 | 1010000 | 101110 |
Color Harmonies of #D28C17
Complementary color
Monochromatic Colors of #D28C17
Black with #D28C17
Text Example
Text Example
White with #D28C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C17; }
p { color: rgb(210,140,23); }
H1.HeaderClassName
{
color: #D28C17;
}
.AnyTagClassName
{
color: #D28C17;
}
</style>
background-color css
<style>
a { background-color: #D28C17; }
a { background-color: rgb(210,140,23); }
div.DivClassName
{
background-color: #D28C17;
}
.BgClassName
{
background-color: #D28C17;
}
</style>
border-color css
<style>
span { border-color: #D28C17; }
span { border-color: rgb(210,140,23); }
td.TdClassName
{
border-color: #D28C17;
}
.TagClassName
{
border-color: #D28C17;
}
</style>