Shades of Buttercup #D68C18
Tints of Buttercup #D68C18
RGB
CMYK
RGB Variations
Color information
#D68C18 (or 0xD68C18) is known color: Buttercup. HEX triplet: D6, 8C and 18. RGB value is (214,140,24). Sum of RGB (Red+Green+Blue) = 214+140+24=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68C18 is #2973E7. Grayscale: #959595. Windows color (decimal): -2716648 or 1608918. OLE color: 1608918.
HSL color Cylindrical-coordinate representation of color #D68C18: hue angle of 36.63º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D68C18 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 24 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.16 |
| HSL | 36.63º | 0.8% | 0.47% | - |
| HSV(B) | 36.63º | 0.89% | 0.84% | - |
| XYZ | 37.27 | 33.12 | 5.29 | - |
| YUV | 148.9 | 57.52 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 24 | 0 | 0.35 | 0.89 | 0.16 | 36.63 | 0.8 | 0.47 |
| Hex | D6 | 8C | 18 | 0 | 23 | 59 | 10 | 25 | 50 | 2F |
| Octal | 326 | 214 | 30 | 0 | 43 | 131 | 20 | 45 | 120 | 57 |
| Binary | 11010110 | 10001100 | 11000 | 0 | 100011 | 1011001 | 10000 | 100101 | 1010000 | 101111 |
Color Harmonies of #D68C18
Complementary color
Monochromatic Colors of #D68C18
Black with #D68C18
Text Example
Text Example
White with #D68C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C18; }
p { color: rgb(214,140,24); }
H1.HeaderClassName
{
color: #D68C18;
}
.AnyTagClassName
{
color: #D68C18;
}
</style>
background-color css
<style>
a { background-color: #D68C18; }
a { background-color: rgb(214,140,24); }
div.DivClassName
{
background-color: #D68C18;
}
.BgClassName
{
background-color: #D68C18;
}
</style>
border-color css
<style>
span { border-color: #D68C18; }
span { border-color: rgb(214,140,24); }
td.TdClassName
{
border-color: #D68C18;
}
.TagClassName
{
border-color: #D68C18;
}
</style>