Shades of Buttercup #D68F1B
Tints of Buttercup #D68F1B
RGB
CMYK
RGB Variations
Color information
#D68F1B (or 0xD68F1B) is known color: Buttercup. HEX triplet: D6, 8F and 1B. RGB value is (214,143,27). Sum of RGB (Red+Green+Blue) = 214+143+27=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F1B is #2970E4. Grayscale: #979797. Windows color (decimal): -2715877 or 1806294. OLE color: 1806294.
HSL color Cylindrical-coordinate representation of color #D68F1B: hue angle of 37.22º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D68F1B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 27 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.16 |
| HSL | 37.22º | 0.78% | 0.47% | - |
| HSV(B) | 37.22º | 0.87% | 0.84% | - |
| XYZ | 37.75 | 34.02 | 5.61 | - |
| YUV | 151.01 | 58.02 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 27 | 0 | 0.33 | 0.87 | 0.16 | 37.22 | 0.78 | 0.47 |
| Hex | D6 | 8F | 1B | 0 | 21 | 57 | 10 | 25 | 4E | 2F |
| Octal | 326 | 217 | 33 | 0 | 41 | 127 | 20 | 45 | 116 | 57 |
| Binary | 11010110 | 10001111 | 11011 | 0 | 100001 | 1010111 | 10000 | 100101 | 1001110 | 101111 |
Color Harmonies of #D68F1B
Complementary color
Monochromatic Colors of #D68F1B
Black with #D68F1B
Text Example
Text Example
White with #D68F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F1B; }
p { color: rgb(214,143,27); }
H1.HeaderClassName
{
color: #D68F1B;
}
.AnyTagClassName
{
color: #D68F1B;
}
</style>
background-color css
<style>
a { background-color: #D68F1B; }
a { background-color: rgb(214,143,27); }
div.DivClassName
{
background-color: #D68F1B;
}
.BgClassName
{
background-color: #D68F1B;
}
</style>
border-color css
<style>
span { border-color: #D68F1B; }
span { border-color: rgb(214,143,27); }
td.TdClassName
{
border-color: #D68F1B;
}
.TagClassName
{
border-color: #D68F1B;
}
</style>