Shades of Buttercup #D59320
Tints of Buttercup #D59320
RGB
CMYK
RGB Variations
Color information
#D59320 (or 0xD59320) is known color: Buttercup. HEX triplet: D5, 93 and 20. RGB value is (213,147,32). Sum of RGB (Red+Green+Blue) = 213+147+32=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D59320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59320 is #2A6CDF. Grayscale: #9A9A9A. Windows color (decimal): -2780384 or 2134997. OLE color: 2134997.
HSL color Cylindrical-coordinate representation of color #D59320: hue angle of 38.12º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D59320 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 32 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.16 |
| HSL | 38.12º | 0.74% | 0.48% | - |
| HSV(B) | 38.12º | 0.85% | 0.84% | - |
| XYZ | 38.14 | 35.12 | 6.13 | - |
| YUV | 153.62 | 59.37 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 32 | 0 | 0.31 | 0.85 | 0.16 | 38.12 | 0.74 | 0.48 |
| Hex | D5 | 93 | 20 | 0 | 1F | 55 | 10 | 26 | 4A | 30 |
| Octal | 325 | 223 | 40 | 0 | 37 | 125 | 20 | 46 | 112 | 60 |
| Binary | 11010101 | 10010011 | 100000 | 0 | 11111 | 1010101 | 10000 | 100110 | 1001010 | 110000 |
Color Harmonies of #D59320
Complementary color
Monochromatic Colors of #D59320
Black with #D59320
Text Example
Text Example
White with #D59320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59320; }
p { color: rgb(213,147,32); }
H1.HeaderClassName
{
color: #D59320;
}
.AnyTagClassName
{
color: #D59320;
}
</style>
background-color css
<style>
a { background-color: #D59320; }
a { background-color: rgb(213,147,32); }
div.DivClassName
{
background-color: #D59320;
}
.BgClassName
{
background-color: #D59320;
}
</style>
border-color css
<style>
span { border-color: #D59320; }
span { border-color: rgb(213,147,32); }
td.TdClassName
{
border-color: #D59320;
}
.TagClassName
{
border-color: #D59320;
}
</style>