Shades of Buttercup #D18A1D
Tints of Buttercup #D18A1D
RGB
CMYK
RGB Variations
Color information
#D18A1D (or 0xD18A1D) is known color: Buttercup. HEX triplet: D1, 8A and 1D. RGB value is (209,138,29). Sum of RGB (Red+Green+Blue) = 209+138+29=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A1D is #2E75E2. Grayscale: #939393. Windows color (decimal): -3044835 or 1936081. OLE color: 1936081.
HSL color Cylindrical-coordinate representation of color #D18A1D: hue angle of 36.33º degrees, saturation: 0.76, 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 #D18A1D is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 29 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.18 |
| HSL | 36.33º | 0.76% | 0.47% | - |
| HSV(B) | 36.33º | 0.86% | 0.82% | - |
| XYZ | 35.6 | 31.82 | 5.43 | - |
| YUV | 146.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 29 | 0 | 0.34 | 0.86 | 0.18 | 36.33 | 0.76 | 0.47 |
| Hex | D1 | 8A | 1D | 0 | 22 | 56 | 12 | 24 | 4C | 2F |
| Octal | 321 | 212 | 35 | 0 | 42 | 126 | 22 | 44 | 114 | 57 |
| Binary | 11010001 | 10001010 | 11101 | 0 | 100010 | 1010110 | 10010 | 100100 | 1001100 | 101111 |
Color Harmonies of #D18A1D
Complementary color
Monochromatic Colors of #D18A1D
Black with #D18A1D
Text Example
Text Example
White with #D18A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A1D; }
p { color: rgb(209,138,29); }
H1.HeaderClassName
{
color: #D18A1D;
}
.AnyTagClassName
{
color: #D18A1D;
}
</style>
background-color css
<style>
a { background-color: #D18A1D; }
a { background-color: rgb(209,138,29); }
div.DivClassName
{
background-color: #D18A1D;
}
.BgClassName
{
background-color: #D18A1D;
}
</style>
border-color css
<style>
span { border-color: #D18A1D; }
span { border-color: rgb(209,138,29); }
td.TdClassName
{
border-color: #D18A1D;
}
.TagClassName
{
border-color: #D18A1D;
}
</style>