Shades of Buttercup #D18A1A
Tints of Buttercup #D18A1A
RGB
CMYK
RGB Variations
Color information
#D18A1A (or 0xD18A1A) is known color: Buttercup. HEX triplet: D1, 8A and 1A. RGB value is (209,138,26). Sum of RGB (Red+Green+Blue) = 209+138+26=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A1A is #2E75E5. Grayscale: #929292. Windows color (decimal): -3044838 or 1739473. OLE color: 1739473.
HSL color Cylindrical-coordinate representation of color #D18A1A: hue angle of 36.72º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D18A1A is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 26 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.18 |
| HSL | 36.72º | 0.78% | 0.46% | - |
| HSV(B) | 36.72º | 0.88% | 0.82% | - |
| XYZ | 35.57 | 31.81 | 5.24 | - |
| YUV | 146.46 | 60.02 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 26 | 0 | 0.34 | 0.88 | 0.18 | 36.72 | 0.78 | 0.46 |
| Hex | D1 | 8A | 1A | 0 | 22 | 58 | 12 | 25 | 4E | 2E |
| Octal | 321 | 212 | 32 | 0 | 42 | 130 | 22 | 45 | 116 | 56 |
| Binary | 11010001 | 10001010 | 11010 | 0 | 100010 | 1011000 | 10010 | 100101 | 1001110 | 101110 |
Color Harmonies of #D18A1A
Complementary color
Monochromatic Colors of #D18A1A
Black with #D18A1A
Text Example
Text Example
White with #D18A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A1A; }
p { color: rgb(209,138,26); }
H1.HeaderClassName
{
color: #D18A1A;
}
.AnyTagClassName
{
color: #D18A1A;
}
</style>
background-color css
<style>
a { background-color: #D18A1A; }
a { background-color: rgb(209,138,26); }
div.DivClassName
{
background-color: #D18A1A;
}
.BgClassName
{
background-color: #D18A1A;
}
</style>
border-color css
<style>
span { border-color: #D18A1A; }
span { border-color: rgb(209,138,26); }
td.TdClassName
{
border-color: #D18A1A;
}
.TagClassName
{
border-color: #D18A1A;
}
</style>