Shades of Buttercup #D68E1E
Tints of Buttercup #D68E1E
RGB
CMYK
RGB Variations
Color information
#D68E1E (or 0xD68E1E) is known color: Buttercup. HEX triplet: D6, 8E and 1E. RGB value is (214,142,30). Sum of RGB (Red+Green+Blue) = 214+142+30=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E1E is #2971E1. Grayscale: #979797. Windows color (decimal): -2716130 or 2002646. OLE color: 2002646.
HSL color Cylindrical-coordinate representation of color #D68E1E: hue angle of 36.52º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D68E1E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 30 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.16 |
| HSL | 36.52º | 0.75% | 0.48% | - |
| HSV(B) | 36.52º | 0.86% | 0.84% | - |
| XYZ | 37.64 | 33.74 | 5.76 | - |
| YUV | 150.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 30 | 0 | 0.34 | 0.86 | 0.16 | 36.52 | 0.75 | 0.48 |
| Hex | D6 | 8E | 1E | 0 | 22 | 56 | 10 | 25 | 4B | 30 |
| Octal | 326 | 216 | 36 | 0 | 42 | 126 | 20 | 45 | 113 | 60 |
| Binary | 11010110 | 10001110 | 11110 | 0 | 100010 | 1010110 | 10000 | 100101 | 1001011 | 110000 |
Color Harmonies of #D68E1E
Complementary color
Monochromatic Colors of #D68E1E
Black with #D68E1E
Text Example
Text Example
White with #D68E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E1E; }
p { color: rgb(214,142,30); }
H1.HeaderClassName
{
color: #D68E1E;
}
.AnyTagClassName
{
color: #D68E1E;
}
</style>
background-color css
<style>
a { background-color: #D68E1E; }
a { background-color: rgb(214,142,30); }
div.DivClassName
{
background-color: #D68E1E;
}
.BgClassName
{
background-color: #D68E1E;
}
</style>
border-color css
<style>
span { border-color: #D68E1E; }
span { border-color: rgb(214,142,30); }
td.TdClassName
{
border-color: #D68E1E;
}
.TagClassName
{
border-color: #D68E1E;
}
</style>