Shades of Buttercup #D68817
Tints of Buttercup #D68817
RGB
CMYK
RGB Variations
Color information
#D68817 (or 0xD68817) is known color: Buttercup. HEX triplet: D6, 88 and 17. RGB value is (214,136,23). Sum of RGB (Red+Green+Blue) = 214+136+23=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D68817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68817 is #2977E8. Grayscale: #929292. Windows color (decimal): -2717673 or 1542358. OLE color: 1542358.
HSL color Cylindrical-coordinate representation of color #D68817: hue angle of 35.5º 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 #D68817 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 23 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.16 |
| HSL | 35.5º | 0.81% | 0.46% | - |
| HSV(B) | 35.5º | 0.89% | 0.84% | - |
| XYZ | 36.69 | 31.97 | 5.05 | - |
| YUV | 146.44 | 58.34 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 23 | 0 | 0.36 | 0.89 | 0.16 | 35.5 | 0.81 | 0.46 |
| Hex | D6 | 88 | 17 | 0 | 24 | 59 | 10 | 23 | 51 | 2E |
| Octal | 326 | 210 | 27 | 0 | 44 | 131 | 20 | 43 | 121 | 56 |
| Binary | 11010110 | 10001000 | 10111 | 0 | 100100 | 1011001 | 10000 | 100011 | 1010001 | 101110 |
Color Harmonies of #D68817
Complementary color
Monochromatic Colors of #D68817
Black with #D68817
Text Example
Text Example
White with #D68817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68817; }
p { color: rgb(214,136,23); }
H1.HeaderClassName
{
color: #D68817;
}
.AnyTagClassName
{
color: #D68817;
}
</style>
background-color css
<style>
a { background-color: #D68817; }
a { background-color: rgb(214,136,23); }
div.DivClassName
{
background-color: #D68817;
}
.BgClassName
{
background-color: #D68817;
}
</style>
border-color css
<style>
span { border-color: #D68817; }
span { border-color: rgb(214,136,23); }
td.TdClassName
{
border-color: #D68817;
}
.TagClassName
{
border-color: #D68817;
}
</style>