Shades of Buttercup #D6952F
Tints of Buttercup #D6952F
RGB
CMYK
RGB Variations
Color information
#D6952F (or 0xD6952F) is known color: Buttercup. HEX triplet: D6, 95 and 2F. RGB value is (214,149,47). Sum of RGB (Red+Green+Blue) = 214+149+47=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6952F is #296AD0. Grayscale: #9D9D9D. Windows color (decimal): -2714321 or 3118550. OLE color: 3118550.
HSL color Cylindrical-coordinate representation of color #D6952F: hue angle of 36.65º degrees, saturation: 0.67, 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 #D6952F is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 47 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.16 |
| HSL | 36.65º | 0.67% | 0.51% | - |
| HSV(B) | 36.65º | 0.78% | 0.84% | - |
| XYZ | 38.99 | 36 | 7.58 | - |
| YUV | 156.81 | 66.03 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 47 | 0 | 0.30 | 0.78 | 0.16 | 36.65 | 0.67 | 0.51 |
| Hex | D6 | 95 | 2F | 0 | 1E | 4E | 10 | 25 | 43 | 33 |
| Octal | 326 | 225 | 57 | 0 | 36 | 116 | 20 | 45 | 103 | 63 |
| Binary | 11010110 | 10010101 | 101111 | 0 | 11110 | 1001110 | 10000 | 100101 | 1000011 | 110011 |
Color Harmonies of #D6952F
Complementary color
Monochromatic Colors of #D6952F
Black with #D6952F
Text Example
Text Example
White with #D6952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6952F; }
p { color: rgb(214,149,47); }
H1.HeaderClassName
{
color: #D6952F;
}
.AnyTagClassName
{
color: #D6952F;
}
</style>
background-color css
<style>
a { background-color: #D6952F; }
a { background-color: rgb(214,149,47); }
div.DivClassName
{
background-color: #D6952F;
}
.BgClassName
{
background-color: #D6952F;
}
</style>
border-color css
<style>
span { border-color: #D6952F; }
span { border-color: rgb(214,149,47); }
td.TdClassName
{
border-color: #D6952F;
}
.TagClassName
{
border-color: #D6952F;
}
</style>