Shades of Buttercup #D79630
Tints of Buttercup #D79630
RGB
CMYK
RGB Variations
Color information
#D79630 (or 0xD79630) is known color: Buttercup. HEX triplet: D7, 96 and 30. RGB value is (215,150,48). Sum of RGB (Red+Green+Blue) = 215+150+48=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D79630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79630 is #2869CF. Grayscale: #9E9E9E. Windows color (decimal): -2648528 or 3184343. OLE color: 3184343.
HSL color Cylindrical-coordinate representation of color #D79630: hue angle of 36.65º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D79630 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 48 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.16 |
| HSL | 36.65º | 0.68% | 0.52% | - |
| HSV(B) | 36.65º | 0.78% | 0.84% | - |
| XYZ | 39.46 | 36.47 | 7.76 | - |
| YUV | 157.81 | 66.03 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 48 | 0 | 0.30 | 0.78 | 0.16 | 36.65 | 0.68 | 0.52 |
| Hex | D7 | 96 | 30 | 0 | 1E | 4E | 10 | 25 | 44 | 34 |
| Octal | 327 | 226 | 60 | 0 | 36 | 116 | 20 | 45 | 104 | 64 |
| Binary | 11010111 | 10010110 | 110000 | 0 | 11110 | 1001110 | 10000 | 100101 | 1000100 | 110100 |
Color Harmonies of #D79630
Complementary color
Monochromatic Colors of #D79630
Black with #D79630
Text Example
Text Example
White with #D79630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79630; }
p { color: rgb(215,150,48); }
H1.HeaderClassName
{
color: #D79630;
}
.AnyTagClassName
{
color: #D79630;
}
</style>
background-color css
<style>
a { background-color: #D79630; }
a { background-color: rgb(215,150,48); }
div.DivClassName
{
background-color: #D79630;
}
.BgClassName
{
background-color: #D79630;
}
</style>
border-color css
<style>
span { border-color: #D79630; }
span { border-color: rgb(215,150,48); }
td.TdClassName
{
border-color: #D79630;
}
.TagClassName
{
border-color: #D79630;
}
</style>