Shades of Buttercup #D18A1E
Tints of Buttercup #D18A1E
RGB
CMYK
RGB Variations
Color information
#D18A1E (or 0xD18A1E) is known color: Buttercup. HEX triplet: D1, 8A and 1E. RGB value is (209,138,30). Sum of RGB (Red+Green+Blue) = 209+138+30=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A1E is #2E75E1. Grayscale: #939393. Windows color (decimal): -3044834 or 2001617. OLE color: 2001617.
HSL color Cylindrical-coordinate representation of color #D18A1E: hue angle of 36.2º 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 #D18A1E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 30 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.18 |
| HSL | 36.2º | 0.75% | 0.47% | - |
| HSV(B) | 36.2º | 0.86% | 0.82% | - |
| XYZ | 35.62 | 31.83 | 5.49 | - |
| YUV | 146.92 | 62.02 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 30 | 0 | 0.34 | 0.86 | 0.18 | 36.2 | 0.75 | 0.47 |
| Hex | D1 | 8A | 1E | 0 | 22 | 56 | 12 | 24 | 4B | 2F |
| Octal | 321 | 212 | 36 | 0 | 42 | 126 | 22 | 44 | 113 | 57 |
| Binary | 11010001 | 10001010 | 11110 | 0 | 100010 | 1010110 | 10010 | 100100 | 1001011 | 101111 |
Color Harmonies of #D18A1E
Complementary color
Monochromatic Colors of #D18A1E
Black with #D18A1E
Text Example
Text Example
White with #D18A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A1E; }
p { color: rgb(209,138,30); }
H1.HeaderClassName
{
color: #D18A1E;
}
.AnyTagClassName
{
color: #D18A1E;
}
</style>
background-color css
<style>
a { background-color: #D18A1E; }
a { background-color: rgb(209,138,30); }
div.DivClassName
{
background-color: #D18A1E;
}
.BgClassName
{
background-color: #D18A1E;
}
</style>
border-color css
<style>
span { border-color: #D18A1E; }
span { border-color: rgb(209,138,30); }
td.TdClassName
{
border-color: #D18A1E;
}
.TagClassName
{
border-color: #D18A1E;
}
</style>