Shades of Buttercup #D28A1E
Tints of Buttercup #D28A1E
RGB
CMYK
RGB Variations
Color information
#D28A1E (or 0xD28A1E) is known color: Buttercup. HEX triplet: D2, 8A and 1E. RGB value is (210,138,30). Sum of RGB (Red+Green+Blue) = 210+138+30=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A1E is #2D75E1. Grayscale: #939393. Windows color (decimal): -2979298 or 2001618. OLE color: 2001618.
HSL color Cylindrical-coordinate representation of color #D28A1E: hue angle of 36º 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 #D28A1E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 30 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.18 |
| HSL | 36º | 0.75% | 0.47% | - |
| HSV(B) | 36º | 0.86% | 0.82% | - |
| XYZ | 35.9 | 31.97 | 5.51 | - |
| YUV | 147.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 30 | 0 | 0.34 | 0.86 | 0.18 | 36 | 0.75 | 0.47 |
| Hex | D2 | 8A | 1E | 0 | 22 | 56 | 12 | 24 | 4B | 2F |
| Octal | 322 | 212 | 36 | 0 | 42 | 126 | 22 | 44 | 113 | 57 |
| Binary | 11010010 | 10001010 | 11110 | 0 | 100010 | 1010110 | 10010 | 100100 | 1001011 | 101111 |
Color Harmonies of #D28A1E
Complementary color
Monochromatic Colors of #D28A1E
Black with #D28A1E
Text Example
Text Example
White with #D28A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A1E; }
p { color: rgb(210,138,30); }
H1.HeaderClassName
{
color: #D28A1E;
}
.AnyTagClassName
{
color: #D28A1E;
}
</style>
background-color css
<style>
a { background-color: #D28A1E; }
a { background-color: rgb(210,138,30); }
div.DivClassName
{
background-color: #D28A1E;
}
.BgClassName
{
background-color: #D28A1E;
}
</style>
border-color css
<style>
span { border-color: #D28A1E; }
span { border-color: rgb(210,138,30); }
td.TdClassName
{
border-color: #D28A1E;
}
.TagClassName
{
border-color: #D28A1E;
}
</style>