Shades of Buttercup #D28720
Tints of Buttercup #D28720
RGB
CMYK
RGB Variations
Color information
#D28720 (or 0xD28720) is known color: Buttercup. HEX triplet: D2, 87 and 20. RGB value is (210,135,32). Sum of RGB (Red+Green+Blue) = 210+135+32=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D28720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28720 is #2D78DF. Grayscale: #929292. Windows color (decimal): -2980064 or 2131922. OLE color: 2131922.
HSL color Cylindrical-coordinate representation of color #D28720: hue angle of 34.72º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D28720 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 32 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.18 |
| HSL | 34.72º | 0.74% | 0.47% | - |
| HSV(B) | 34.72º | 0.85% | 0.82% | - |
| XYZ | 35.5 | 31.13 | 5.5 | - |
| YUV | 145.68 | 63.85 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 32 | 0 | 0.36 | 0.85 | 0.18 | 34.72 | 0.74 | 0.47 |
| Hex | D2 | 87 | 20 | 0 | 24 | 55 | 12 | 23 | 4A | 2F |
| Octal | 322 | 207 | 40 | 0 | 44 | 125 | 22 | 43 | 112 | 57 |
| Binary | 11010010 | 10000111 | 100000 | 0 | 100100 | 1010101 | 10010 | 100011 | 1001010 | 101111 |
Color Harmonies of #D28720
Complementary color
Monochromatic Colors of #D28720
Black with #D28720
Text Example
Text Example
White with #D28720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28720; }
p { color: rgb(210,135,32); }
H1.HeaderClassName
{
color: #D28720;
}
.AnyTagClassName
{
color: #D28720;
}
</style>
background-color css
<style>
a { background-color: #D28720; }
a { background-color: rgb(210,135,32); }
div.DivClassName
{
background-color: #D28720;
}
.BgClassName
{
background-color: #D28720;
}
</style>
border-color css
<style>
span { border-color: #D28720; }
span { border-color: rgb(210,135,32); }
td.TdClassName
{
border-color: #D28720;
}
.TagClassName
{
border-color: #D28720;
}
</style>