Shades of Buttercup #D68824
Tints of Buttercup #D68824
RGB
CMYK
RGB Variations
Color information
#D68824 (or 0xD68824) is known color: Buttercup. HEX triplet: D6, 88 and 24. RGB value is (214,136,36). Sum of RGB (Red+Green+Blue) = 214+136+36=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D68824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68824 is #2977DB. Grayscale: #949494. Windows color (decimal): -2717660 or 2394326. OLE color: 2394326.
HSL color Cylindrical-coordinate representation of color #D68824: hue angle of 33.71º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D68824 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 36 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.16 |
| HSL | 33.71º | 0.71% | 0.49% | - |
| HSV(B) | 33.71º | 0.83% | 0.84% | - |
| XYZ | 36.85 | 32.03 | 5.91 | - |
| YUV | 147.92 | 64.84 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 36 | 0 | 0.36 | 0.83 | 0.16 | 33.71 | 0.71 | 0.49 |
| Hex | D6 | 88 | 24 | 0 | 24 | 53 | 10 | 22 | 47 | 31 |
| Octal | 326 | 210 | 44 | 0 | 44 | 123 | 20 | 42 | 107 | 61 |
| Binary | 11010110 | 10001000 | 100100 | 0 | 100100 | 1010011 | 10000 | 100010 | 1000111 | 110001 |
Color Harmonies of #D68824
Complementary color
Monochromatic Colors of #D68824
Black with #D68824
Text Example
Text Example
White with #D68824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68824; }
p { color: rgb(214,136,36); }
H1.HeaderClassName
{
color: #D68824;
}
.AnyTagClassName
{
color: #D68824;
}
</style>
background-color css
<style>
a { background-color: #D68824; }
a { background-color: rgb(214,136,36); }
div.DivClassName
{
background-color: #D68824;
}
.BgClassName
{
background-color: #D68824;
}
</style>
border-color css
<style>
span { border-color: #D68824; }
span { border-color: rgb(214,136,36); }
td.TdClassName
{
border-color: #D68824;
}
.TagClassName
{
border-color: #D68824;
}
</style>