Shades of Buttercup #D18A18
Tints of Buttercup #D18A18
RGB
CMYK
RGB Variations
Color information
#D18A18 (or 0xD18A18) is known color: Buttercup. HEX triplet: D1, 8A and 18. RGB value is (209,138,24). Sum of RGB (Red+Green+Blue) = 209+138+24=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A18 is #2E75E7. Grayscale: #929292. Windows color (decimal): -3044840 or 1608401. OLE color: 1608401.
HSL color Cylindrical-coordinate representation of color #D18A18: hue angle of 36.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D18A18 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 24 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.18 |
| HSL | 36.97º | 0.79% | 0.46% | - |
| HSV(B) | 36.97º | 0.89% | 0.82% | - |
| XYZ | 35.55 | 31.8 | 5.13 | - |
| YUV | 146.23 | 59.02 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 24 | 0 | 0.34 | 0.89 | 0.18 | 36.97 | 0.79 | 0.46 |
| Hex | D1 | 8A | 18 | 0 | 22 | 59 | 12 | 25 | 4F | 2E |
| Octal | 321 | 212 | 30 | 0 | 42 | 131 | 22 | 45 | 117 | 56 |
| Binary | 11010001 | 10001010 | 11000 | 0 | 100010 | 1011001 | 10010 | 100101 | 1001111 | 101110 |
Color Harmonies of #D18A18
Complementary color
Monochromatic Colors of #D18A18
Black with #D18A18
Text Example
Text Example
White with #D18A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A18; }
p { color: rgb(209,138,24); }
H1.HeaderClassName
{
color: #D18A18;
}
.AnyTagClassName
{
color: #D18A18;
}
</style>
background-color css
<style>
a { background-color: #D18A18; }
a { background-color: rgb(209,138,24); }
div.DivClassName
{
background-color: #D18A18;
}
.BgClassName
{
background-color: #D18A18;
}
</style>
border-color css
<style>
span { border-color: #D18A18; }
span { border-color: rgb(209,138,24); }
td.TdClassName
{
border-color: #D18A18;
}
.TagClassName
{
border-color: #D18A18;
}
</style>