Shades of Buttercup #D18A25
Tints of Buttercup #D18A25
RGB
CMYK
RGB Variations
Color information
#D18A25 (or 0xD18A25) is known color: Buttercup. HEX triplet: D1, 8A and 25. RGB value is (209,138,37). Sum of RGB (Red+Green+Blue) = 209+138+37=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A25 is #2E75DA. Grayscale: #949494. Windows color (decimal): -3044827 or 2460369. OLE color: 2460369.
HSL color Cylindrical-coordinate representation of color #D18A25: hue angle of 35.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D18A25 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 37 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.18 |
| HSL | 35.23º | 0.7% | 0.48% | - |
| HSV(B) | 35.23º | 0.82% | 0.82% | - |
| XYZ | 35.72 | 31.87 | 6.02 | - |
| YUV | 147.72 | 65.52 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 37 | 0 | 0.34 | 0.82 | 0.18 | 35.23 | 0.7 | 0.48 |
| Hex | D1 | 8A | 25 | 0 | 22 | 52 | 12 | 23 | 46 | 30 |
| Octal | 321 | 212 | 45 | 0 | 42 | 122 | 22 | 43 | 106 | 60 |
| Binary | 11010001 | 10001010 | 100101 | 0 | 100010 | 1010010 | 10010 | 100011 | 1000110 | 110000 |
Color Harmonies of #D18A25
Complementary color
Monochromatic Colors of #D18A25
Black with #D18A25
Text Example
Text Example
White with #D18A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A25; }
p { color: rgb(209,138,37); }
H1.HeaderClassName
{
color: #D18A25;
}
.AnyTagClassName
{
color: #D18A25;
}
</style>
background-color css
<style>
a { background-color: #D18A25; }
a { background-color: rgb(209,138,37); }
div.DivClassName
{
background-color: #D18A25;
}
.BgClassName
{
background-color: #D18A25;
}
</style>
border-color css
<style>
span { border-color: #D18A25; }
span { border-color: rgb(209,138,37); }
td.TdClassName
{
border-color: #D18A25;
}
.TagClassName
{
border-color: #D18A25;
}
</style>