Shades of Buttercup #D59523
Tints of Buttercup #D59523
RGB
CMYK
RGB Variations
Color information
#D59523 (or 0xD59523) is known color: Buttercup. HEX triplet: D5, 95 and 23. RGB value is (213,149,35). Sum of RGB (Red+Green+Blue) = 213+149+35=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D59523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59523 is #2A6ADC. Grayscale: #9B9B9B. Windows color (decimal): -2779869 or 2332117. OLE color: 2332117.
HSL color Cylindrical-coordinate representation of color #D59523: hue angle of 38.43º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D59523 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 35 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.16 |
| HSL | 38.43º | 0.72% | 0.49% | - |
| HSV(B) | 38.43º | 0.84% | 0.84% | - |
| XYZ | 38.49 | 35.76 | 6.46 | - |
| YUV | 155.14 | 60.2 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 35 | 0 | 0.30 | 0.84 | 0.16 | 38.43 | 0.72 | 0.49 |
| Hex | D5 | 95 | 23 | 0 | 1E | 54 | 10 | 26 | 48 | 31 |
| Octal | 325 | 225 | 43 | 0 | 36 | 124 | 20 | 46 | 110 | 61 |
| Binary | 11010101 | 10010101 | 100011 | 0 | 11110 | 1010100 | 10000 | 100110 | 1001000 | 110001 |
Color Harmonies of #D59523
Complementary color
Monochromatic Colors of #D59523
Black with #D59523
Text Example
Text Example
White with #D59523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59523; }
p { color: rgb(213,149,35); }
H1.HeaderClassName
{
color: #D59523;
}
.AnyTagClassName
{
color: #D59523;
}
</style>
background-color css
<style>
a { background-color: #D59523; }
a { background-color: rgb(213,149,35); }
div.DivClassName
{
background-color: #D59523;
}
.BgClassName
{
background-color: #D59523;
}
</style>
border-color css
<style>
span { border-color: #D59523; }
span { border-color: rgb(213,149,35); }
td.TdClassName
{
border-color: #D59523;
}
.TagClassName
{
border-color: #D59523;
}
</style>