Shades of Buttercup #D5982C
Tints of Buttercup #D5982C
RGB
CMYK
RGB Variations
Color information
#D5982C (or 0xD5982C) is known color: Buttercup. HEX triplet: D5, 98 and 2C. RGB value is (213,152,44). Sum of RGB (Red+Green+Blue) = 213+152+44=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5982C is #2A67D3. Grayscale: #9E9E9E. Windows color (decimal): -2779092 or 2922709. OLE color: 2922709.
HSL color Cylindrical-coordinate representation of color #D5982C: hue angle of 38.34º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5982C is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 44 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.16 |
| HSL | 38.34º | 0.67% | 0.5% | - |
| HSV(B) | 38.34º | 0.79% | 0.84% | - |
| XYZ | 39.12 | 36.78 | 7.42 | - |
| YUV | 157.93 | 63.71 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 44 | 0 | 0.29 | 0.79 | 0.16 | 38.34 | 0.67 | 0.5 |
| Hex | D5 | 98 | 2C | 0 | 1D | 4F | 10 | 26 | 43 | 32 |
| Octal | 325 | 230 | 54 | 0 | 35 | 117 | 20 | 46 | 103 | 62 |
| Binary | 11010101 | 10011000 | 101100 | 0 | 11101 | 1001111 | 10000 | 100110 | 1000011 | 110010 |
Color Harmonies of #D5982C
Complementary color
Monochromatic Colors of #D5982C
Black with #D5982C
Text Example
Text Example
White with #D5982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5982C; }
p { color: rgb(213,152,44); }
H1.HeaderClassName
{
color: #D5982C;
}
.AnyTagClassName
{
color: #D5982C;
}
</style>
background-color css
<style>
a { background-color: #D5982C; }
a { background-color: rgb(213,152,44); }
div.DivClassName
{
background-color: #D5982C;
}
.BgClassName
{
background-color: #D5982C;
}
</style>
border-color css
<style>
span { border-color: #D5982C; }
span { border-color: rgb(213,152,44); }
td.TdClassName
{
border-color: #D5982C;
}
.TagClassName
{
border-color: #D5982C;
}
</style>