Shades of Buttercup #D68D27
Tints of Buttercup #D68D27
RGB
CMYK
RGB Variations
Color information
#D68D27 (or 0xD68D27) is known color: Buttercup. HEX triplet: D6, 8D and 27. RGB value is (214,141,39). Sum of RGB (Red+Green+Blue) = 214+141+39=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D27 is #2972D8. Grayscale: #979797. Windows color (decimal): -2716377 or 2592214. OLE color: 2592214.
HSL color Cylindrical-coordinate representation of color #D68D27: hue angle of 34.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D68D27 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 39 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.16 |
| HSL | 34.97º | 0.69% | 0.5% | - |
| HSV(B) | 34.97º | 0.82% | 0.84% | - |
| XYZ | 37.62 | 33.49 | 6.4 | - |
| YUV | 151.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 39 | 0 | 0.34 | 0.82 | 0.16 | 34.97 | 0.69 | 0.5 |
| Hex | D6 | 8D | 27 | 0 | 22 | 52 | 10 | 23 | 45 | 32 |
| Octal | 326 | 215 | 47 | 0 | 42 | 122 | 20 | 43 | 105 | 62 |
| Binary | 11010110 | 10001101 | 100111 | 0 | 100010 | 1010010 | 10000 | 100011 | 1000101 | 110010 |
Color Harmonies of #D68D27
Complementary color
Monochromatic Colors of #D68D27
Black with #D68D27
Text Example
Text Example
White with #D68D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D27; }
p { color: rgb(214,141,39); }
H1.HeaderClassName
{
color: #D68D27;
}
.AnyTagClassName
{
color: #D68D27;
}
</style>
background-color css
<style>
a { background-color: #D68D27; }
a { background-color: rgb(214,141,39); }
div.DivClassName
{
background-color: #D68D27;
}
.BgClassName
{
background-color: #D68D27;
}
</style>
border-color css
<style>
span { border-color: #D68D27; }
span { border-color: rgb(214,141,39); }
td.TdClassName
{
border-color: #D68D27;
}
.TagClassName
{
border-color: #D68D27;
}
</style>