Shades of Buttercup #D7932F
Tints of Buttercup #D7932F
RGB
CMYK
RGB Variations
Color information
#D7932F (or 0xD7932F) is known color: Buttercup. HEX triplet: D7, 93 and 2F. RGB value is (215,147,47). Sum of RGB (Red+Green+Blue) = 215+147+47=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7932F is #286CD0. Grayscale: #9C9C9C. Windows color (decimal): -2649297 or 3118039. OLE color: 3118039.
HSL color Cylindrical-coordinate representation of color #D7932F: hue angle of 35.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7932F is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 47 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.16 |
| HSL | 35.71º | 0.68% | 0.51% | - |
| HSV(B) | 35.71º | 0.78% | 0.84% | - |
| XYZ | 38.97 | 35.52 | 7.49 | - |
| YUV | 155.93 | 66.53 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 47 | 0 | 0.32 | 0.78 | 0.16 | 35.71 | 0.68 | 0.51 |
| Hex | D7 | 93 | 2F | 0 | 20 | 4E | 10 | 24 | 44 | 33 |
| Octal | 327 | 223 | 57 | 0 | 40 | 116 | 20 | 44 | 104 | 63 |
| Binary | 11010111 | 10010011 | 101111 | 0 | 100000 | 1001110 | 10000 | 100100 | 1000100 | 110011 |
Color Harmonies of #D7932F
Complementary color
Monochromatic Colors of #D7932F
Black with #D7932F
Text Example
Text Example
White with #D7932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7932F; }
p { color: rgb(215,147,47); }
H1.HeaderClassName
{
color: #D7932F;
}
.AnyTagClassName
{
color: #D7932F;
}
</style>
background-color css
<style>
a { background-color: #D7932F; }
a { background-color: rgb(215,147,47); }
div.DivClassName
{
background-color: #D7932F;
}
.BgClassName
{
background-color: #D7932F;
}
</style>
border-color css
<style>
span { border-color: #D7932F; }
span { border-color: rgb(215,147,47); }
td.TdClassName
{
border-color: #D7932F;
}
.TagClassName
{
border-color: #D7932F;
}
</style>