Shades of Buttercup #D59622
Tints of Buttercup #D59622
RGB
CMYK
RGB Variations
Color information
#D59622 (or 0xD59622) is known color: Buttercup. HEX triplet: D5, 96 and 22. RGB value is (213,150,34). Sum of RGB (Red+Green+Blue) = 213+150+34=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D59622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59622 is #2A69DD. Grayscale: #9C9C9C. Windows color (decimal): -2779614 or 2266837. OLE color: 2266837.
HSL color Cylindrical-coordinate representation of color #D59622: hue angle of 38.88º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D59622 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 34 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.16 |
| HSL | 38.88º | 0.72% | 0.48% | - |
| HSV(B) | 38.88º | 0.84% | 0.84% | - |
| XYZ | 38.64 | 36.07 | 6.44 | - |
| YUV | 155.61 | 59.37 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 34 | 0 | 0.30 | 0.84 | 0.16 | 38.88 | 0.72 | 0.48 |
| Hex | D5 | 96 | 22 | 0 | 1E | 54 | 10 | 27 | 48 | 30 |
| Octal | 325 | 226 | 42 | 0 | 36 | 124 | 20 | 47 | 110 | 60 |
| Binary | 11010101 | 10010110 | 100010 | 0 | 11110 | 1010100 | 10000 | 100111 | 1001000 | 110000 |
Color Harmonies of #D59622
Complementary color
Monochromatic Colors of #D59622
Black with #D59622
Text Example
Text Example
White with #D59622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59622; }
p { color: rgb(213,150,34); }
H1.HeaderClassName
{
color: #D59622;
}
.AnyTagClassName
{
color: #D59622;
}
</style>
background-color css
<style>
a { background-color: #D59622; }
a { background-color: rgb(213,150,34); }
div.DivClassName
{
background-color: #D59622;
}
.BgClassName
{
background-color: #D59622;
}
</style>
border-color css
<style>
span { border-color: #D59622; }
span { border-color: rgb(213,150,34); }
td.TdClassName
{
border-color: #D59622;
}
.TagClassName
{
border-color: #D59622;
}
</style>