Shades of Buttercup #D59720
Tints of Buttercup #D59720
RGB
CMYK
RGB Variations
Color information
#D59720 (or 0xD59720) is known color: Buttercup. HEX triplet: D5, 97 and 20. RGB value is (213,151,32). Sum of RGB (Red+Green+Blue) = 213+151+32=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D59720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59720 is #2A68DF. Grayscale: #9C9C9C. Windows color (decimal): -2779360 or 2136021. OLE color: 2136021.
HSL color Cylindrical-coordinate representation of color #D59720: hue angle of 39.45º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D59720 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 32 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.16 |
| HSL | 39.45º | 0.74% | 0.48% | - |
| HSV(B) | 39.45º | 0.85% | 0.84% | - |
| XYZ | 38.77 | 36.38 | 6.35 | - |
| YUV | 155.97 | 58.04 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 32 | 0 | 0.29 | 0.85 | 0.16 | 39.45 | 0.74 | 0.48 |
| Hex | D5 | 97 | 20 | 0 | 1D | 55 | 10 | 27 | 4A | 30 |
| Octal | 325 | 227 | 40 | 0 | 35 | 125 | 20 | 47 | 112 | 60 |
| Binary | 11010101 | 10010111 | 100000 | 0 | 11101 | 1010101 | 10000 | 100111 | 1001010 | 110000 |
Color Harmonies of #D59720
Complementary color
Monochromatic Colors of #D59720
Black with #D59720
Text Example
Text Example
White with #D59720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59720; }
p { color: rgb(213,151,32); }
H1.HeaderClassName
{
color: #D59720;
}
.AnyTagClassName
{
color: #D59720;
}
</style>
background-color css
<style>
a { background-color: #D59720; }
a { background-color: rgb(213,151,32); }
div.DivClassName
{
background-color: #D59720;
}
.BgClassName
{
background-color: #D59720;
}
</style>
border-color css
<style>
span { border-color: #D59720; }
span { border-color: rgb(213,151,32); }
td.TdClassName
{
border-color: #D59720;
}
.TagClassName
{
border-color: #D59720;
}
</style>