Shades of Buttercup #D68724
Tints of Buttercup #D68724
RGB
CMYK
RGB Variations
Color information
#D68724 (or 0xD68724) is known color: Buttercup. HEX triplet: D6, 87 and 24. RGB value is (214,135,36). Sum of RGB (Red+Green+Blue) = 214+135+36=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D68724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68724 is #2978DB. Grayscale: #939393. Windows color (decimal): -2717916 or 2394070. OLE color: 2394070.
HSL color Cylindrical-coordinate representation of color #D68724: hue angle of 33.37º 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 #D68724 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 36 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.16 |
| HSL | 33.37º | 0.71% | 0.49% | - |
| HSV(B) | 33.37º | 0.83% | 0.84% | - |
| XYZ | 36.71 | 31.75 | 5.86 | - |
| YUV | 147.34 | 65.17 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 36 | 0 | 0.37 | 0.83 | 0.16 | 33.37 | 0.71 | 0.49 |
| Hex | D6 | 87 | 24 | 0 | 25 | 53 | 10 | 21 | 47 | 31 |
| Octal | 326 | 207 | 44 | 0 | 45 | 123 | 20 | 41 | 107 | 61 |
| Binary | 11010110 | 10000111 | 100100 | 0 | 100101 | 1010011 | 10000 | 100001 | 1000111 | 110001 |
Color Harmonies of #D68724
Complementary color
Monochromatic Colors of #D68724
Black with #D68724
Text Example
Text Example
White with #D68724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68724; }
p { color: rgb(214,135,36); }
H1.HeaderClassName
{
color: #D68724;
}
.AnyTagClassName
{
color: #D68724;
}
</style>
background-color css
<style>
a { background-color: #D68724; }
a { background-color: rgb(214,135,36); }
div.DivClassName
{
background-color: #D68724;
}
.BgClassName
{
background-color: #D68724;
}
</style>
border-color css
<style>
span { border-color: #D68724; }
span { border-color: rgb(214,135,36); }
td.TdClassName
{
border-color: #D68724;
}
.TagClassName
{
border-color: #D68724;
}
</style>