Shades of Buttercup #D59B2C
Tints of Buttercup #D59B2C
RGB
CMYK
RGB Variations
Color information
#D59B2C (or 0xD59B2C) is known color: Buttercup. HEX triplet: D5, 9B and 2C. RGB value is (213,155,44). Sum of RGB (Red+Green+Blue) = 213+155+44=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B2C is #2A64D3. Grayscale: #A0A0A0. Windows color (decimal): -2778324 or 2923477. OLE color: 2923477.
HSL color Cylindrical-coordinate representation of color #D59B2C: hue angle of 39.41º 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 #D59B2C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 44 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.16 |
| HSL | 39.41º | 0.67% | 0.5% | - |
| HSV(B) | 39.41º | 0.79% | 0.84% | - |
| XYZ | 39.62 | 37.77 | 7.59 | - |
| YUV | 159.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 44 | 0 | 0.27 | 0.79 | 0.16 | 39.41 | 0.67 | 0.5 |
| Hex | D5 | 9B | 2C | 0 | 1B | 4F | 10 | 27 | 43 | 32 |
| Octal | 325 | 233 | 54 | 0 | 33 | 117 | 20 | 47 | 103 | 62 |
| Binary | 11010101 | 10011011 | 101100 | 0 | 11011 | 1001111 | 10000 | 100111 | 1000011 | 110010 |
Color Harmonies of #D59B2C
Complementary color
Monochromatic Colors of #D59B2C
Black with #D59B2C
Text Example
Text Example
White with #D59B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B2C; }
p { color: rgb(213,155,44); }
H1.HeaderClassName
{
color: #D59B2C;
}
.AnyTagClassName
{
color: #D59B2C;
}
</style>
background-color css
<style>
a { background-color: #D59B2C; }
a { background-color: rgb(213,155,44); }
div.DivClassName
{
background-color: #D59B2C;
}
.BgClassName
{
background-color: #D59B2C;
}
</style>
border-color css
<style>
span { border-color: #D59B2C; }
span { border-color: rgb(213,155,44); }
td.TdClassName
{
border-color: #D59B2C;
}
.TagClassName
{
border-color: #D59B2C;
}
</style>