Shades of Buttercup #D59527
Tints of Buttercup #D59527
RGB
CMYK
RGB Variations
Color information
#D59527 (or 0xD59527) is known color: Buttercup. HEX triplet: D5, 95 and 27. RGB value is (213,149,39). Sum of RGB (Red+Green+Blue) = 213+149+39=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D59527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59527 is #2A6AD8. Grayscale: #9C9C9C. Windows color (decimal): -2779865 or 2594261. OLE color: 2594261.
HSL color Cylindrical-coordinate representation of color #D59527: hue angle of 37.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D59527 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 39 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.16 |
| HSL | 37.93º | 0.69% | 0.49% | - |
| HSV(B) | 37.93º | 0.82% | 0.84% | - |
| XYZ | 38.55 | 35.79 | 6.8 | - |
| YUV | 155.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 39 | 0 | 0.30 | 0.82 | 0.16 | 37.93 | 0.69 | 0.49 |
| Hex | D5 | 95 | 27 | 0 | 1E | 52 | 10 | 26 | 45 | 31 |
| Octal | 325 | 225 | 47 | 0 | 36 | 122 | 20 | 46 | 105 | 61 |
| Binary | 11010101 | 10010101 | 100111 | 0 | 11110 | 1010010 | 10000 | 100110 | 1000101 | 110001 |
Color Harmonies of #D59527
Complementary color
Monochromatic Colors of #D59527
Black with #D59527
Text Example
Text Example
White with #D59527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59527; }
p { color: rgb(213,149,39); }
H1.HeaderClassName
{
color: #D59527;
}
.AnyTagClassName
{
color: #D59527;
}
</style>
background-color css
<style>
a { background-color: #D59527; }
a { background-color: rgb(213,149,39); }
div.DivClassName
{
background-color: #D59527;
}
.BgClassName
{
background-color: #D59527;
}
</style>
border-color css
<style>
span { border-color: #D59527; }
span { border-color: rgb(213,149,39); }
td.TdClassName
{
border-color: #D59527;
}
.TagClassName
{
border-color: #D59527;
}
</style>