Shades of Buttercup #D5881A
Tints of Buttercup #D5881A
RGB
CMYK
RGB Variations
Color information
#D5881A (or 0xD5881A) is known color: Buttercup. HEX triplet: D5, 88 and 1A. RGB value is (213,136,26). Sum of RGB (Red+Green+Blue) = 213+136+26=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5881A is #2A77E5. Grayscale: #939393. Windows color (decimal): -2783206 or 1738965. OLE color: 1738965.
HSL color Cylindrical-coordinate representation of color #D5881A: hue angle of 35.29º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5881A is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 26 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.16 |
| HSL | 35.29º | 0.78% | 0.47% | - |
| HSV(B) | 35.29º | 0.88% | 0.84% | - |
| XYZ | 36.43 | 31.83 | 5.2 | - |
| YUV | 146.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 26 | 0 | 0.36 | 0.88 | 0.16 | 35.29 | 0.78 | 0.47 |
| Hex | D5 | 88 | 1A | 0 | 24 | 58 | 10 | 23 | 4E | 2F |
| Octal | 325 | 210 | 32 | 0 | 44 | 130 | 20 | 43 | 116 | 57 |
| Binary | 11010101 | 10001000 | 11010 | 0 | 100100 | 1011000 | 10000 | 100011 | 1001110 | 101111 |
Color Harmonies of #D5881A
Complementary color
Monochromatic Colors of #D5881A
Black with #D5881A
Text Example
Text Example
White with #D5881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5881A; }
p { color: rgb(213,136,26); }
H1.HeaderClassName
{
color: #D5881A;
}
.AnyTagClassName
{
color: #D5881A;
}
</style>
background-color css
<style>
a { background-color: #D5881A; }
a { background-color: rgb(213,136,26); }
div.DivClassName
{
background-color: #D5881A;
}
.BgClassName
{
background-color: #D5881A;
}
</style>
border-color css
<style>
span { border-color: #D5881A; }
span { border-color: rgb(213,136,26); }
td.TdClassName
{
border-color: #D5881A;
}
.TagClassName
{
border-color: #D5881A;
}
</style>