Shades of Buttercup #D88A16
Tints of Buttercup #D88A16
RGB
CMYK
RGB Variations
Color information
#D88A16 (or 0xD88A16) is known color: Buttercup. HEX triplet: D8, 8A and 16. RGB value is (216,138,22). Sum of RGB (Red+Green+Blue) = 216+138+22=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88A16 is #2775E9. Grayscale: #949494. Windows color (decimal): -2586090 or 1477336. OLE color: 1477336.
HSL color Cylindrical-coordinate representation of color #D88A16: hue angle of 35.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D88A16 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 22 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.15 |
| HSL | 35.88º | 0.82% | 0.47% | - |
| HSV(B) | 35.88º | 0.9% | 0.85% | - |
| XYZ | 37.55 | 32.83 | 5.12 | - |
| YUV | 148.1 | 56.84 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 22 | 0 | 0.36 | 0.90 | 0.15 | 35.88 | 0.82 | 0.47 |
| Hex | D8 | 8A | 16 | 0 | 24 | 5A | F | 24 | 52 | 2F |
| Octal | 330 | 212 | 26 | 0 | 44 | 132 | 17 | 44 | 122 | 57 |
| Binary | 11011000 | 10001010 | 10110 | 0 | 100100 | 1011010 | 1111 | 100100 | 1010010 | 101111 |
Color Harmonies of #D88A16
Complementary color
Monochromatic Colors of #D88A16
Black with #D88A16
Text Example
Text Example
White with #D88A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A16; }
p { color: rgb(216,138,22); }
H1.HeaderClassName
{
color: #D88A16;
}
.AnyTagClassName
{
color: #D88A16;
}
</style>
background-color css
<style>
a { background-color: #D88A16; }
a { background-color: rgb(216,138,22); }
div.DivClassName
{
background-color: #D88A16;
}
.BgClassName
{
background-color: #D88A16;
}
</style>
border-color css
<style>
span { border-color: #D88A16; }
span { border-color: rgb(216,138,22); }
td.TdClassName
{
border-color: #D88A16;
}
.TagClassName
{
border-color: #D88A16;
}
</style>