Shades of Buttercup #D28C25
Tints of Buttercup #D28C25
RGB
CMYK
RGB Variations
Color information
#D28C25 (or 0xD28C25) is known color: Buttercup. HEX triplet: D2, 8C and 25. RGB value is (210,140,37). Sum of RGB (Red+Green+Blue) = 210+140+37=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C25 is #2D73DA. Grayscale: #959595. Windows color (decimal): -2978779 or 2460882. OLE color: 2460882.
HSL color Cylindrical-coordinate representation of color #D28C25: hue angle of 35.72º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D28C25 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 37 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.18 |
| HSL | 35.72º | 0.7% | 0.48% | - |
| HSV(B) | 35.72º | 0.82% | 0.82% | - |
| XYZ | 36.29 | 32.59 | 6.13 | - |
| YUV | 149.19 | 64.69 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 37 | 0 | 0.33 | 0.82 | 0.18 | 35.72 | 0.7 | 0.48 |
| Hex | D2 | 8C | 25 | 0 | 21 | 52 | 12 | 24 | 46 | 30 |
| Octal | 322 | 214 | 45 | 0 | 41 | 122 | 22 | 44 | 106 | 60 |
| Binary | 11010010 | 10001100 | 100101 | 0 | 100001 | 1010010 | 10010 | 100100 | 1000110 | 110000 |
Color Harmonies of #D28C25
Complementary color
Monochromatic Colors of #D28C25
Black with #D28C25
Text Example
Text Example
White with #D28C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C25; }
p { color: rgb(210,140,37); }
H1.HeaderClassName
{
color: #D28C25;
}
.AnyTagClassName
{
color: #D28C25;
}
</style>
background-color css
<style>
a { background-color: #D28C25; }
a { background-color: rgb(210,140,37); }
div.DivClassName
{
background-color: #D28C25;
}
.BgClassName
{
background-color: #D28C25;
}
</style>
border-color css
<style>
span { border-color: #D28C25; }
span { border-color: rgb(210,140,37); }
td.TdClassName
{
border-color: #D28C25;
}
.TagClassName
{
border-color: #D28C25;
}
</style>