Shades of Buttercup #D88620
Tints of Buttercup #D88620
RGB
CMYK
RGB Variations
Color information
#D88620 (or 0xD88620) is known color: Buttercup. HEX triplet: D8, 86 and 20. RGB value is (216,134,32). Sum of RGB (Red+Green+Blue) = 216+134+32=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D88620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88620 is #2779DF. Grayscale: #939393. Windows color (decimal): -2587104 or 2131672. OLE color: 2131672.
HSL color Cylindrical-coordinate representation of color #D88620: hue angle of 33.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D88620 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 32 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.15 |
| HSL | 33.26º | 0.74% | 0.49% | - |
| HSV(B) | 33.26º | 0.85% | 0.85% | - |
| XYZ | 37.1 | 31.75 | 5.54 | - |
| YUV | 146.89 | 63.17 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 32 | 0 | 0.38 | 0.85 | 0.15 | 33.26 | 0.74 | 0.49 |
| Hex | D8 | 86 | 20 | 0 | 26 | 55 | F | 21 | 4A | 31 |
| Octal | 330 | 206 | 40 | 0 | 46 | 125 | 17 | 41 | 112 | 61 |
| Binary | 11011000 | 10000110 | 100000 | 0 | 100110 | 1010101 | 1111 | 100001 | 1001010 | 110001 |
Color Harmonies of #D88620
Complementary color
Monochromatic Colors of #D88620
Black with #D88620
Text Example
Text Example
White with #D88620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88620; }
p { color: rgb(216,134,32); }
H1.HeaderClassName
{
color: #D88620;
}
.AnyTagClassName
{
color: #D88620;
}
</style>
background-color css
<style>
a { background-color: #D88620; }
a { background-color: rgb(216,134,32); }
div.DivClassName
{
background-color: #D88620;
}
.BgClassName
{
background-color: #D88620;
}
</style>
border-color css
<style>
span { border-color: #D88620; }
span { border-color: rgb(216,134,32); }
td.TdClassName
{
border-color: #D88620;
}
.TagClassName
{
border-color: #D88620;
}
</style>