Shades of Buttercup #D7902C
Tints of Buttercup #D7902C
RGB
CMYK
RGB Variations
Color information
#D7902C (or 0xD7902C) is known color: Buttercup. HEX triplet: D7, 90 and 2C. RGB value is (215,144,44). Sum of RGB (Red+Green+Blue) = 215+144+44=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D7902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7902C is #286FD3. Grayscale: #9A9A9A. Windows color (decimal): -2650068 or 2920663. OLE color: 2920663.
HSL color Cylindrical-coordinate representation of color #D7902C: hue angle of 35.09º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7902C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 44 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.16 |
| HSL | 35.09º | 0.68% | 0.51% | - |
| HSV(B) | 35.09º | 0.8% | 0.84% | - |
| XYZ | 38.45 | 34.58 | 7.03 | - |
| YUV | 153.83 | 66.02 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 44 | 0 | 0.33 | 0.80 | 0.16 | 35.09 | 0.68 | 0.51 |
| Hex | D7 | 90 | 2C | 0 | 21 | 50 | 10 | 23 | 44 | 33 |
| Octal | 327 | 220 | 54 | 0 | 41 | 120 | 20 | 43 | 104 | 63 |
| Binary | 11010111 | 10010000 | 101100 | 0 | 100001 | 1010000 | 10000 | 100011 | 1000100 | 110011 |
Color Harmonies of #D7902C
Complementary color
Monochromatic Colors of #D7902C
Black with #D7902C
Text Example
Text Example
White with #D7902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7902C; }
p { color: rgb(215,144,44); }
H1.HeaderClassName
{
color: #D7902C;
}
.AnyTagClassName
{
color: #D7902C;
}
</style>
background-color css
<style>
a { background-color: #D7902C; }
a { background-color: rgb(215,144,44); }
div.DivClassName
{
background-color: #D7902C;
}
.BgClassName
{
background-color: #D7902C;
}
</style>
border-color css
<style>
span { border-color: #D7902C; }
span { border-color: rgb(215,144,44); }
td.TdClassName
{
border-color: #D7902C;
}
.TagClassName
{
border-color: #D7902C;
}
</style>