Shades of Buttercup #D7952D
Tints of Buttercup #D7952D
RGB
CMYK
RGB Variations
Color information
#D7952D (or 0xD7952D) is known color: Buttercup. HEX triplet: D7, 95 and 2D. RGB value is (215,149,45). Sum of RGB (Red+Green+Blue) = 215+149+45=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7952D is #286AD2. Grayscale: #9D9D9D. Windows color (decimal): -2648787 or 2987479. OLE color: 2987479.
HSL color Cylindrical-coordinate representation of color #D7952D: hue angle of 36.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7952D is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 149 | 45 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.16 |
| HSL | 36.71º | 0.68% | 0.51% | - |
| HSV(B) | 36.71º | 0.79% | 0.84% | - |
| XYZ | 39.25 | 36.13 | 7.39 | - |
| YUV | 156.88 | 64.87 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 149 | 45 | 0 | 0.31 | 0.79 | 0.16 | 36.71 | 0.68 | 0.51 |
| Hex | D7 | 95 | 2D | 0 | 1F | 4F | 10 | 25 | 44 | 33 |
| Octal | 327 | 225 | 55 | 0 | 37 | 117 | 20 | 45 | 104 | 63 |
| Binary | 11010111 | 10010101 | 101101 | 0 | 11111 | 1001111 | 10000 | 100101 | 1000100 | 110011 |
Color Harmonies of #D7952D
Complementary color
Monochromatic Colors of #D7952D
Black with #D7952D
Text Example
Text Example
White with #D7952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7952D; }
p { color: rgb(215,149,45); }
H1.HeaderClassName
{
color: #D7952D;
}
.AnyTagClassName
{
color: #D7952D;
}
</style>
background-color css
<style>
a { background-color: #D7952D; }
a { background-color: rgb(215,149,45); }
div.DivClassName
{
background-color: #D7952D;
}
.BgClassName
{
background-color: #D7952D;
}
</style>
border-color css
<style>
span { border-color: #D7952D; }
span { border-color: rgb(215,149,45); }
td.TdClassName
{
border-color: #D7952D;
}
.TagClassName
{
border-color: #D7952D;
}
</style>