Shades of Buttercup #D68F21
Tints of Buttercup #D68F21
RGB
CMYK
RGB Variations
Color information
#D68F21 (or 0xD68F21) is known color: Buttercup. HEX triplet: D6, 8F and 21. RGB value is (214,143,33). Sum of RGB (Red+Green+Blue) = 214+143+33=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F21 is #2970DE. Grayscale: #989898. Windows color (decimal): -2715871 or 2199510. OLE color: 2199510.
HSL color Cylindrical-coordinate representation of color #D68F21: hue angle of 36.46º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D68F21 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 33 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.16 |
| HSL | 36.46º | 0.73% | 0.48% | - |
| HSV(B) | 36.46º | 0.85% | 0.84% | - |
| XYZ | 37.83 | 34.05 | 6.02 | - |
| YUV | 151.69 | 61.02 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 33 | 0 | 0.33 | 0.85 | 0.16 | 36.46 | 0.73 | 0.48 |
| Hex | D6 | 8F | 21 | 0 | 21 | 55 | 10 | 24 | 49 | 30 |
| Octal | 326 | 217 | 41 | 0 | 41 | 125 | 20 | 44 | 111 | 60 |
| Binary | 11010110 | 10001111 | 100001 | 0 | 100001 | 1010101 | 10000 | 100100 | 1001001 | 110000 |
Color Harmonies of #D68F21
Complementary color
Monochromatic Colors of #D68F21
Black with #D68F21
Text Example
Text Example
White with #D68F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F21; }
p { color: rgb(214,143,33); }
H1.HeaderClassName
{
color: #D68F21;
}
.AnyTagClassName
{
color: #D68F21;
}
</style>
background-color css
<style>
a { background-color: #D68F21; }
a { background-color: rgb(214,143,33); }
div.DivClassName
{
background-color: #D68F21;
}
.BgClassName
{
background-color: #D68F21;
}
</style>
border-color css
<style>
span { border-color: #D68F21; }
span { border-color: rgb(214,143,33); }
td.TdClassName
{
border-color: #D68F21;
}
.TagClassName
{
border-color: #D68F21;
}
</style>