Shades of Buttercup #D68E23
Tints of Buttercup #D68E23
RGB
CMYK
RGB Variations
Color information
#D68E23 (or 0xD68E23) is known color: Buttercup. HEX triplet: D6, 8E and 23. RGB value is (214,142,35). Sum of RGB (Red+Green+Blue) = 214+142+35=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E23 is #2971DC. Grayscale: #979797. Windows color (decimal): -2716125 or 2330326. OLE color: 2330326.
HSL color Cylindrical-coordinate representation of color #D68E23: hue angle of 35.87º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D68E23 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 35 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.16 |
| HSL | 35.87º | 0.72% | 0.49% | - |
| HSV(B) | 35.87º | 0.84% | 0.84% | - |
| XYZ | 37.71 | 33.76 | 6.12 | - |
| YUV | 151.33 | 62.35 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 35 | 0 | 0.34 | 0.84 | 0.16 | 35.87 | 0.72 | 0.49 |
| Hex | D6 | 8E | 23 | 0 | 22 | 54 | 10 | 24 | 48 | 31 |
| Octal | 326 | 216 | 43 | 0 | 42 | 124 | 20 | 44 | 110 | 61 |
| Binary | 11010110 | 10001110 | 100011 | 0 | 100010 | 1010100 | 10000 | 100100 | 1001000 | 110001 |
Color Harmonies of #D68E23
Complementary color
Monochromatic Colors of #D68E23
Black with #D68E23
Text Example
Text Example
White with #D68E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E23; }
p { color: rgb(214,142,35); }
H1.HeaderClassName
{
color: #D68E23;
}
.AnyTagClassName
{
color: #D68E23;
}
</style>
background-color css
<style>
a { background-color: #D68E23; }
a { background-color: rgb(214,142,35); }
div.DivClassName
{
background-color: #D68E23;
}
.BgClassName
{
background-color: #D68E23;
}
</style>
border-color css
<style>
span { border-color: #D68E23; }
span { border-color: rgb(214,142,35); }
td.TdClassName
{
border-color: #D68E23;
}
.TagClassName
{
border-color: #D68E23;
}
</style>