Shades of Buttercup #D59A2A
Tints of Buttercup #D59A2A
RGB
CMYK
RGB Variations
Color information
#D59A2A (or 0xD59A2A) is known color: Buttercup. HEX triplet: D5, 9A and 2A. RGB value is (213,154,42). Sum of RGB (Red+Green+Blue) = 213+154+42=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A2A is #2A65D5. Grayscale: #9F9F9F. Windows color (decimal): -2778582 or 2792149. OLE color: 2792149.
HSL color Cylindrical-coordinate representation of color #D59A2A: hue angle of 39.3º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D59A2A is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 42 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.16 |
| HSL | 39.3º | 0.67% | 0.5% | - |
| HSV(B) | 39.3º | 0.8% | 0.84% | - |
| XYZ | 39.41 | 37.42 | 7.34 | - |
| YUV | 158.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 42 | 0 | 0.28 | 0.80 | 0.16 | 39.3 | 0.67 | 0.5 |
| Hex | D5 | 9A | 2A | 0 | 1C | 50 | 10 | 27 | 43 | 32 |
| Octal | 325 | 232 | 52 | 0 | 34 | 120 | 20 | 47 | 103 | 62 |
| Binary | 11010101 | 10011010 | 101010 | 0 | 11100 | 1010000 | 10000 | 100111 | 1000011 | 110010 |
Color Harmonies of #D59A2A
Complementary color
Monochromatic Colors of #D59A2A
Black with #D59A2A
Text Example
Text Example
White with #D59A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A2A; }
p { color: rgb(213,154,42); }
H1.HeaderClassName
{
color: #D59A2A;
}
.AnyTagClassName
{
color: #D59A2A;
}
</style>
background-color css
<style>
a { background-color: #D59A2A; }
a { background-color: rgb(213,154,42); }
div.DivClassName
{
background-color: #D59A2A;
}
.BgClassName
{
background-color: #D59A2A;
}
</style>
border-color css
<style>
span { border-color: #D59A2A; }
span { border-color: rgb(213,154,42); }
td.TdClassName
{
border-color: #D59A2A;
}
.TagClassName
{
border-color: #D59A2A;
}
</style>