Shades of Buttercup #D68F22
Tints of Buttercup #D68F22
RGB
CMYK
RGB Variations
Color information
#D68F22 (or 0xD68F22) is known color: Buttercup. HEX triplet: D6, 8F and 22. RGB value is (214,143,34). Sum of RGB (Red+Green+Blue) = 214+143+34=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F22 is #2970DD. Grayscale: #989898. Windows color (decimal): -2715870 or 2265046. OLE color: 2265046.
HSL color Cylindrical-coordinate representation of color #D68F22: hue angle of 36.33º degrees, saturation: 0.73, 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 #D68F22 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 34 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.16 |
| HSL | 36.33º | 0.73% | 0.49% | - |
| HSV(B) | 36.33º | 0.84% | 0.84% | - |
| XYZ | 37.84 | 34.06 | 6.09 | - |
| YUV | 151.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 34 | 0 | 0.33 | 0.84 | 0.16 | 36.33 | 0.73 | 0.49 |
| Hex | D6 | 8F | 22 | 0 | 21 | 54 | 10 | 24 | 49 | 31 |
| Octal | 326 | 217 | 42 | 0 | 41 | 124 | 20 | 44 | 111 | 61 |
| Binary | 11010110 | 10001111 | 100010 | 0 | 100001 | 1010100 | 10000 | 100100 | 1001001 | 110001 |
Color Harmonies of #D68F22
Complementary color
Monochromatic Colors of #D68F22
Black with #D68F22
Text Example
Text Example
White with #D68F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F22; }
p { color: rgb(214,143,34); }
H1.HeaderClassName
{
color: #D68F22;
}
.AnyTagClassName
{
color: #D68F22;
}
</style>
background-color css
<style>
a { background-color: #D68F22; }
a { background-color: rgb(214,143,34); }
div.DivClassName
{
background-color: #D68F22;
}
.BgClassName
{
background-color: #D68F22;
}
</style>
border-color css
<style>
span { border-color: #D68F22; }
span { border-color: rgb(214,143,34); }
td.TdClassName
{
border-color: #D68F22;
}
.TagClassName
{
border-color: #D68F22;
}
</style>