Shades of Buttercup #D6952D
Tints of Buttercup #D6952D
RGB
CMYK
RGB Variations
Color information
#D6952D (or 0xD6952D) is known color: Buttercup. HEX triplet: D6, 95 and 2D. RGB value is (214,149,45). Sum of RGB (Red+Green+Blue) = 214+149+45=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6952D is #296AD2. Grayscale: #9D9D9D. Windows color (decimal): -2714323 or 2987478. OLE color: 2987478.
HSL color Cylindrical-coordinate representation of color #D6952D: hue angle of 36.92º degrees, saturation: 0.67, 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 #D6952D is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 45 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.16 |
| HSL | 36.92º | 0.67% | 0.51% | - |
| HSV(B) | 36.92º | 0.79% | 0.84% | - |
| XYZ | 38.95 | 35.98 | 7.37 | - |
| YUV | 156.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 45 | 0 | 0.30 | 0.79 | 0.16 | 36.92 | 0.67 | 0.51 |
| Hex | D6 | 95 | 2D | 0 | 1E | 4F | 10 | 25 | 43 | 33 |
| Octal | 326 | 225 | 55 | 0 | 36 | 117 | 20 | 45 | 103 | 63 |
| Binary | 11010110 | 10010101 | 101101 | 0 | 11110 | 1001111 | 10000 | 100101 | 1000011 | 110011 |
Color Harmonies of #D6952D
Complementary color
Monochromatic Colors of #D6952D
Black with #D6952D
Text Example
Text Example
White with #D6952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6952D; }
p { color: rgb(214,149,45); }
H1.HeaderClassName
{
color: #D6952D;
}
.AnyTagClassName
{
color: #D6952D;
}
</style>
background-color css
<style>
a { background-color: #D6952D; }
a { background-color: rgb(214,149,45); }
div.DivClassName
{
background-color: #D6952D;
}
.BgClassName
{
background-color: #D6952D;
}
</style>
border-color css
<style>
span { border-color: #D6952D; }
span { border-color: rgb(214,149,45); }
td.TdClassName
{
border-color: #D6952D;
}
.TagClassName
{
border-color: #D6952D;
}
</style>