Shades of Buttercup #D18A1B
Tints of Buttercup #D18A1B
RGB
CMYK
RGB Variations
Color information
#D18A1B (or 0xD18A1B) is known color: Buttercup. HEX triplet: D1, 8A and 1B. RGB value is (209,138,27). Sum of RGB (Red+Green+Blue) = 209+138+27=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A1B is #2E75E4. Grayscale: #939393. Windows color (decimal): -3044837 or 1805009. OLE color: 1805009.
HSL color Cylindrical-coordinate representation of color #D18A1B: hue angle of 36.59º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D18A1B is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 27 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.18 |
| HSL | 36.59º | 0.77% | 0.46% | - |
| HSV(B) | 36.59º | 0.87% | 0.82% | - |
| XYZ | 35.58 | 31.81 | 5.3 | - |
| YUV | 146.58 | 60.52 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 27 | 0 | 0.34 | 0.87 | 0.18 | 36.59 | 0.77 | 0.46 |
| Hex | D1 | 8A | 1B | 0 | 22 | 57 | 12 | 25 | 4D | 2E |
| Octal | 321 | 212 | 33 | 0 | 42 | 127 | 22 | 45 | 115 | 56 |
| Binary | 11010001 | 10001010 | 11011 | 0 | 100010 | 1010111 | 10010 | 100101 | 1001101 | 101110 |
Color Harmonies of #D18A1B
Complementary color
Monochromatic Colors of #D18A1B
Black with #D18A1B
Text Example
Text Example
White with #D18A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A1B; }
p { color: rgb(209,138,27); }
H1.HeaderClassName
{
color: #D18A1B;
}
.AnyTagClassName
{
color: #D18A1B;
}
</style>
background-color css
<style>
a { background-color: #D18A1B; }
a { background-color: rgb(209,138,27); }
div.DivClassName
{
background-color: #D18A1B;
}
.BgClassName
{
background-color: #D18A1B;
}
</style>
border-color css
<style>
span { border-color: #D18A1B; }
span { border-color: rgb(209,138,27); }
td.TdClassName
{
border-color: #D18A1B;
}
.TagClassName
{
border-color: #D18A1B;
}
</style>