Shades of Buttercup #D68E29
Tints of Buttercup #D68E29
RGB
CMYK
RGB Variations
Color information
#D68E29 (or 0xD68E29) is known color: Buttercup. HEX triplet: D6, 8E and 29. RGB value is (214,142,41). Sum of RGB (Red+Green+Blue) = 214+142+41=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E29 is #2971D6. Grayscale: #989898. Windows color (decimal): -2716119 or 2723542. OLE color: 2723542.
HSL color Cylindrical-coordinate representation of color #D68E29: hue angle of 35.03º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D68E29 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 41 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.16 |
| HSL | 35.03º | 0.68% | 0.5% | - |
| HSV(B) | 35.03º | 0.81% | 0.84% | - |
| XYZ | 37.8 | 33.8 | 6.63 | - |
| YUV | 152.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 41 | 0 | 0.34 | 0.81 | 0.16 | 35.03 | 0.68 | 0.5 |
| Hex | D6 | 8E | 29 | 0 | 22 | 51 | 10 | 23 | 44 | 32 |
| Octal | 326 | 216 | 51 | 0 | 42 | 121 | 20 | 43 | 104 | 62 |
| Binary | 11010110 | 10001110 | 101001 | 0 | 100010 | 1010001 | 10000 | 100011 | 1000100 | 110010 |
Color Harmonies of #D68E29
Complementary color
Monochromatic Colors of #D68E29
Black with #D68E29
Text Example
Text Example
White with #D68E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E29; }
p { color: rgb(214,142,41); }
H1.HeaderClassName
{
color: #D68E29;
}
.AnyTagClassName
{
color: #D68E29;
}
</style>
background-color css
<style>
a { background-color: #D68E29; }
a { background-color: rgb(214,142,41); }
div.DivClassName
{
background-color: #D68E29;
}
.BgClassName
{
background-color: #D68E29;
}
</style>
border-color css
<style>
span { border-color: #D68E29; }
span { border-color: rgb(214,142,41); }
td.TdClassName
{
border-color: #D68E29;
}
.TagClassName
{
border-color: #D68E29;
}
</style>