Shades of Buttercup #D88B1A
Tints of Buttercup #D88B1A
RGB
CMYK
RGB Variations
Color information
#D88B1A (or 0xD88B1A) is known color: Buttercup. HEX triplet: D8, 8B and 1A. RGB value is (216,139,26). Sum of RGB (Red+Green+Blue) = 216+139+26=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88B1A is #2774E5. Grayscale: #959595. Windows color (decimal): -2585830 or 1739736. OLE color: 1739736.
HSL color Cylindrical-coordinate representation of color #D88B1A: hue angle of 35.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D88B1A is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 139 | 26 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.15 |
| HSL | 35.68º | 0.79% | 0.47% | - |
| HSV(B) | 35.68º | 0.88% | 0.85% | - |
| XYZ | 37.74 | 33.14 | 5.38 | - |
| YUV | 149.14 | 58.51 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 26 | 0 | 0.36 | 0.88 | 0.15 | 35.68 | 0.79 | 0.47 |
| Hex | D8 | 8B | 1A | 0 | 24 | 58 | F | 24 | 4F | 2F |
| Octal | 330 | 213 | 32 | 0 | 44 | 130 | 17 | 44 | 117 | 57 |
| Binary | 11011000 | 10001011 | 11010 | 0 | 100100 | 1011000 | 1111 | 100100 | 1001111 | 101111 |
Color Harmonies of #D88B1A
Complementary color
Monochromatic Colors of #D88B1A
Black with #D88B1A
Text Example
Text Example
White with #D88B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88B1A; }
p { color: rgb(216,139,26); }
H1.HeaderClassName
{
color: #D88B1A;
}
.AnyTagClassName
{
color: #D88B1A;
}
</style>
background-color css
<style>
a { background-color: #D88B1A; }
a { background-color: rgb(216,139,26); }
div.DivClassName
{
background-color: #D88B1A;
}
.BgClassName
{
background-color: #D88B1A;
}
</style>
border-color css
<style>
span { border-color: #D88B1A; }
span { border-color: rgb(216,139,26); }
td.TdClassName
{
border-color: #D88B1A;
}
.TagClassName
{
border-color: #D88B1A;
}
</style>