Shades of Buttercup #D48A20
Tints of Buttercup #D48A20
RGB
CMYK
RGB Variations
Color information
#D48A20 (or 0xD48A20) is known color: Buttercup. HEX triplet: D4, 8A and 20. RGB value is (212,138,32). Sum of RGB (Red+Green+Blue) = 212+138+32=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A20 is #2B75DF. Grayscale: #949494. Windows color (decimal): -2848224 or 2132692. OLE color: 2132692.
HSL color Cylindrical-coordinate representation of color #D48A20: hue angle of 35.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D48A20 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 32 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.17 |
| HSL | 35.33º | 0.74% | 0.48% | - |
| HSV(B) | 35.33º | 0.85% | 0.83% | - |
| XYZ | 36.5 | 32.28 | 5.67 | - |
| YUV | 148.04 | 62.52 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 32 | 0 | 0.35 | 0.85 | 0.17 | 35.33 | 0.74 | 0.48 |
| Hex | D4 | 8A | 20 | 0 | 23 | 55 | 11 | 23 | 4A | 30 |
| Octal | 324 | 212 | 40 | 0 | 43 | 125 | 21 | 43 | 112 | 60 |
| Binary | 11010100 | 10001010 | 100000 | 0 | 100011 | 1010101 | 10001 | 100011 | 1001010 | 110000 |
Color Harmonies of #D48A20
Complementary color
Monochromatic Colors of #D48A20
Black with #D48A20
Text Example
Text Example
White with #D48A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A20; }
p { color: rgb(212,138,32); }
H1.HeaderClassName
{
color: #D48A20;
}
.AnyTagClassName
{
color: #D48A20;
}
</style>
background-color css
<style>
a { background-color: #D48A20; }
a { background-color: rgb(212,138,32); }
div.DivClassName
{
background-color: #D48A20;
}
.BgClassName
{
background-color: #D48A20;
}
</style>
border-color css
<style>
span { border-color: #D48A20; }
span { border-color: rgb(212,138,32); }
td.TdClassName
{
border-color: #D48A20;
}
.TagClassName
{
border-color: #D48A20;
}
</style>