Shades of Buttercup #D68D2C
Tints of Buttercup #D68D2C
RGB
CMYK
RGB Variations
Color information
#D68D2C (or 0xD68D2C) is known color: Buttercup. HEX triplet: D6, 8D and 2C. RGB value is (214,141,44). Sum of RGB (Red+Green+Blue) = 214+141+44=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D2C is #2972D3. Grayscale: #989898. Windows color (decimal): -2716372 or 2919894. OLE color: 2919894.
HSL color Cylindrical-coordinate representation of color #D68D2C: hue angle of 34.24º 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 #D68D2C is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 44 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.16 |
| HSL | 34.24º | 0.67% | 0.51% | - |
| HSV(B) | 34.24º | 0.79% | 0.84% | - |
| XYZ | 37.71 | 33.53 | 6.87 | - |
| YUV | 151.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 44 | 0 | 0.34 | 0.79 | 0.16 | 34.24 | 0.67 | 0.51 |
| Hex | D6 | 8D | 2C | 0 | 22 | 4F | 10 | 22 | 43 | 33 |
| Octal | 326 | 215 | 54 | 0 | 42 | 117 | 20 | 42 | 103 | 63 |
| Binary | 11010110 | 10001101 | 101100 | 0 | 100010 | 1001111 | 10000 | 100010 | 1000011 | 110011 |
Color Harmonies of #D68D2C
Complementary color
Monochromatic Colors of #D68D2C
Black with #D68D2C
Text Example
Text Example
White with #D68D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D2C; }
p { color: rgb(214,141,44); }
H1.HeaderClassName
{
color: #D68D2C;
}
.AnyTagClassName
{
color: #D68D2C;
}
</style>
background-color css
<style>
a { background-color: #D68D2C; }
a { background-color: rgb(214,141,44); }
div.DivClassName
{
background-color: #D68D2C;
}
.BgClassName
{
background-color: #D68D2C;
}
</style>
border-color css
<style>
span { border-color: #D68D2C; }
span { border-color: rgb(214,141,44); }
td.TdClassName
{
border-color: #D68D2C;
}
.TagClassName
{
border-color: #D68D2C;
}
</style>