Shades of Buttercup #D18A20
Tints of Buttercup #D18A20
RGB
CMYK
RGB Variations
Color information
#D18A20 (or 0xD18A20) is known color: Buttercup. HEX triplet: D1, 8A and 20. RGB value is (209,138,32). Sum of RGB (Red+Green+Blue) = 209+138+32=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A20 is #2E75DF. Grayscale: #939393. Windows color (decimal): -3044832 or 2132689. OLE color: 2132689.
HSL color Cylindrical-coordinate representation of color #D18A20: hue angle of 35.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D18A20 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 32 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.18 |
| HSL | 35.93º | 0.73% | 0.47% | - |
| HSV(B) | 35.93º | 0.85% | 0.82% | - |
| XYZ | 35.64 | 31.84 | 5.63 | - |
| YUV | 147.15 | 63.02 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 32 | 0 | 0.34 | 0.85 | 0.18 | 35.93 | 0.73 | 0.47 |
| Hex | D1 | 8A | 20 | 0 | 22 | 55 | 12 | 24 | 49 | 2F |
| Octal | 321 | 212 | 40 | 0 | 42 | 125 | 22 | 44 | 111 | 57 |
| Binary | 11010001 | 10001010 | 100000 | 0 | 100010 | 1010101 | 10010 | 100100 | 1001001 | 101111 |
Color Harmonies of #D18A20
Complementary color
Monochromatic Colors of #D18A20
Black with #D18A20
Text Example
Text Example
White with #D18A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A20; }
p { color: rgb(209,138,32); }
H1.HeaderClassName
{
color: #D18A20;
}
.AnyTagClassName
{
color: #D18A20;
}
</style>
background-color css
<style>
a { background-color: #D18A20; }
a { background-color: rgb(209,138,32); }
div.DivClassName
{
background-color: #D18A20;
}
.BgClassName
{
background-color: #D18A20;
}
</style>
border-color css
<style>
span { border-color: #D18A20; }
span { border-color: rgb(209,138,32); }
td.TdClassName
{
border-color: #D18A20;
}
.TagClassName
{
border-color: #D18A20;
}
</style>