Shades of Buttercup #D68821
Tints of Buttercup #D68821
RGB
CMYK
RGB Variations
Color information
#D68821 (or 0xD68821) is known color: Buttercup. HEX triplet: D6, 88 and 21. RGB value is (214,136,33). Sum of RGB (Red+Green+Blue) = 214+136+33=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68821 is #2977DE. Grayscale: #949494. Windows color (decimal): -2717663 or 2197718. OLE color: 2197718.
HSL color Cylindrical-coordinate representation of color #D68821: hue angle of 34.14º 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 #D68821 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 33 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.16 |
| HSL | 34.14º | 0.73% | 0.48% | - |
| HSV(B) | 34.14º | 0.85% | 0.84% | - |
| XYZ | 36.81 | 32.01 | 5.68 | - |
| YUV | 147.58 | 63.34 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 33 | 0 | 0.36 | 0.85 | 0.16 | 34.14 | 0.73 | 0.48 |
| Hex | D6 | 88 | 21 | 0 | 24 | 55 | 10 | 22 | 49 | 30 |
| Octal | 326 | 210 | 41 | 0 | 44 | 125 | 20 | 42 | 111 | 60 |
| Binary | 11010110 | 10001000 | 100001 | 0 | 100100 | 1010101 | 10000 | 100010 | 1001001 | 110000 |
Color Harmonies of #D68821
Complementary color
Monochromatic Colors of #D68821
Black with #D68821
Text Example
Text Example
White with #D68821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68821; }
p { color: rgb(214,136,33); }
H1.HeaderClassName
{
color: #D68821;
}
.AnyTagClassName
{
color: #D68821;
}
</style>
background-color css
<style>
a { background-color: #D68821; }
a { background-color: rgb(214,136,33); }
div.DivClassName
{
background-color: #D68821;
}
.BgClassName
{
background-color: #D68821;
}
</style>
border-color css
<style>
span { border-color: #D68821; }
span { border-color: rgb(214,136,33); }
td.TdClassName
{
border-color: #D68821;
}
.TagClassName
{
border-color: #D68821;
}
</style>