Shades of Buttercup #D68621
Tints of Buttercup #D68621
RGB
CMYK
RGB Variations
Color information
#D68621 (or 0xD68621) is known color: Buttercup. HEX triplet: D6, 86 and 21. RGB value is (214,134,33). Sum of RGB (Red+Green+Blue) = 214+134+33=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D68621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68621 is #2979DE. Grayscale: #929292. Windows color (decimal): -2718175 or 2197206. OLE color: 2197206.
HSL color Cylindrical-coordinate representation of color #D68621: hue angle of 33.48º 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 #D68621 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 33 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.16 |
| HSL | 33.48º | 0.73% | 0.48% | - |
| HSV(B) | 33.48º | 0.85% | 0.84% | - |
| XYZ | 36.53 | 31.46 | 5.59 | - |
| YUV | 146.41 | 64 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 33 | 0 | 0.37 | 0.85 | 0.16 | 33.48 | 0.73 | 0.48 |
| Hex | D6 | 86 | 21 | 0 | 25 | 55 | 10 | 21 | 49 | 30 |
| Octal | 326 | 206 | 41 | 0 | 45 | 125 | 20 | 41 | 111 | 60 |
| Binary | 11010110 | 10000110 | 100001 | 0 | 100101 | 1010101 | 10000 | 100001 | 1001001 | 110000 |
Color Harmonies of #D68621
Complementary color
Monochromatic Colors of #D68621
Black with #D68621
Text Example
Text Example
White with #D68621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68621; }
p { color: rgb(214,134,33); }
H1.HeaderClassName
{
color: #D68621;
}
.AnyTagClassName
{
color: #D68621;
}
</style>
background-color css
<style>
a { background-color: #D68621; }
a { background-color: rgb(214,134,33); }
div.DivClassName
{
background-color: #D68621;
}
.BgClassName
{
background-color: #D68621;
}
</style>
border-color css
<style>
span { border-color: #D68621; }
span { border-color: rgb(214,134,33); }
td.TdClassName
{
border-color: #D68621;
}
.TagClassName
{
border-color: #D68621;
}
</style>