Shades of Buttercup #D88621
Tints of Buttercup #D88621
RGB
CMYK
RGB Variations
Color information
#D88621 (or 0xD88621) is known color: Buttercup. HEX triplet: D8, 86 and 21. RGB value is (216,134,33). Sum of RGB (Red+Green+Blue) = 216+134+33=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D88621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88621 is #2779DE. Grayscale: #939393. Windows color (decimal): -2587103 or 2197208. OLE color: 2197208.
HSL color Cylindrical-coordinate representation of color #D88621: hue angle of 33.11º degrees, saturation: 0.73, 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 #D88621 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 33 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.15 |
| HSL | 33.11º | 0.73% | 0.49% | - |
| HSV(B) | 33.11º | 0.85% | 0.85% | - |
| XYZ | 37.12 | 31.76 | 5.61 | - |
| YUV | 147 | 63.67 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 33 | 0 | 0.38 | 0.85 | 0.15 | 33.11 | 0.73 | 0.49 |
| Hex | D8 | 86 | 21 | 0 | 26 | 55 | F | 21 | 49 | 31 |
| Octal | 330 | 206 | 41 | 0 | 46 | 125 | 17 | 41 | 111 | 61 |
| Binary | 11011000 | 10000110 | 100001 | 0 | 100110 | 1010101 | 1111 | 100001 | 1001001 | 110001 |
Color Harmonies of #D88621
Complementary color
Monochromatic Colors of #D88621
Black with #D88621
Text Example
Text Example
White with #D88621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88621; }
p { color: rgb(216,134,33); }
H1.HeaderClassName
{
color: #D88621;
}
.AnyTagClassName
{
color: #D88621;
}
</style>
background-color css
<style>
a { background-color: #D88621; }
a { background-color: rgb(216,134,33); }
div.DivClassName
{
background-color: #D88621;
}
.BgClassName
{
background-color: #D88621;
}
</style>
border-color css
<style>
span { border-color: #D88621; }
span { border-color: rgb(216,134,33); }
td.TdClassName
{
border-color: #D88621;
}
.TagClassName
{
border-color: #D88621;
}
</style>