Shades of Buttercup #D18A24
Tints of Buttercup #D18A24
RGB
CMYK
RGB Variations
Color information
#D18A24 (or 0xD18A24) is known color: Buttercup. HEX triplet: D1, 8A and 24. RGB value is (209,138,36). Sum of RGB (Red+Green+Blue) = 209+138+36=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A24 is #2E75DB. Grayscale: #949494. Windows color (decimal): -3044828 or 2394833. OLE color: 2394833.
HSL color Cylindrical-coordinate representation of color #D18A24: hue angle of 35.38º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D18A24 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 36 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.18 |
| HSL | 35.38º | 0.71% | 0.48% | - |
| HSV(B) | 35.38º | 0.83% | 0.82% | - |
| XYZ | 35.7 | 31.86 | 5.94 | - |
| YUV | 147.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 36 | 0 | 0.34 | 0.83 | 0.18 | 35.38 | 0.71 | 0.48 |
| Hex | D1 | 8A | 24 | 0 | 22 | 53 | 12 | 23 | 47 | 30 |
| Octal | 321 | 212 | 44 | 0 | 42 | 123 | 22 | 43 | 107 | 60 |
| Binary | 11010001 | 10001010 | 100100 | 0 | 100010 | 1010011 | 10010 | 100011 | 1000111 | 110000 |
Color Harmonies of #D18A24
Complementary color
Monochromatic Colors of #D18A24
Black with #D18A24
Text Example
Text Example
White with #D18A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A24; }
p { color: rgb(209,138,36); }
H1.HeaderClassName
{
color: #D18A24;
}
.AnyTagClassName
{
color: #D18A24;
}
</style>
background-color css
<style>
a { background-color: #D18A24; }
a { background-color: rgb(209,138,36); }
div.DivClassName
{
background-color: #D18A24;
}
.BgClassName
{
background-color: #D18A24;
}
</style>
border-color css
<style>
span { border-color: #D18A24; }
span { border-color: rgb(209,138,36); }
td.TdClassName
{
border-color: #D18A24;
}
.TagClassName
{
border-color: #D18A24;
}
</style>