Shades of Buttercup #D69017
Tints of Buttercup #D69017
RGB
CMYK
RGB Variations
Color information
#D69017 (or 0xD69017) is known color: Buttercup. HEX triplet: D6, 90 and 17. RGB value is (214,144,23). Sum of RGB (Red+Green+Blue) = 214+144+23=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D69017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69017 is #296FE8. Grayscale: #979797. Windows color (decimal): -2715625 or 1544406. OLE color: 1544406.
HSL color Cylindrical-coordinate representation of color #D69017: hue angle of 38.01º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D69017 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 23 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.16 |
| HSL | 38.01º | 0.81% | 0.46% | - |
| HSV(B) | 38.01º | 0.89% | 0.84% | - |
| XYZ | 37.86 | 34.3 | 5.44 | - |
| YUV | 151.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 23 | 0 | 0.33 | 0.89 | 0.16 | 38.01 | 0.81 | 0.46 |
| Hex | D6 | 90 | 17 | 0 | 21 | 59 | 10 | 26 | 51 | 2E |
| Octal | 326 | 220 | 27 | 0 | 41 | 131 | 20 | 46 | 121 | 56 |
| Binary | 11010110 | 10010000 | 10111 | 0 | 100001 | 1011001 | 10000 | 100110 | 1010001 | 101110 |
Color Harmonies of #D69017
Complementary color
Monochromatic Colors of #D69017
Black with #D69017
Text Example
Text Example
White with #D69017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69017; }
p { color: rgb(214,144,23); }
H1.HeaderClassName
{
color: #D69017;
}
.AnyTagClassName
{
color: #D69017;
}
</style>
background-color css
<style>
a { background-color: #D69017; }
a { background-color: rgb(214,144,23); }
div.DivClassName
{
background-color: #D69017;
}
.BgClassName
{
background-color: #D69017;
}
</style>
border-color css
<style>
span { border-color: #D69017; }
span { border-color: rgb(214,144,23); }
td.TdClassName
{
border-color: #D69017;
}
.TagClassName
{
border-color: #D69017;
}
</style>