Shades of Buttercup #D6901B
Tints of Buttercup #D6901B
RGB
CMYK
RGB Variations
Color information
#D6901B (or 0xD6901B) is known color: Buttercup. HEX triplet: D6, 90 and 1B. RGB value is (214,144,27). Sum of RGB (Red+Green+Blue) = 214+144+27=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D6901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6901B is #296FE4. Grayscale: #989898. Windows color (decimal): -2715621 or 1806550. OLE color: 1806550.
HSL color Cylindrical-coordinate representation of color #D6901B: hue angle of 37.54º 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 #D6901B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 27 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.16 |
| HSL | 37.54º | 0.78% | 0.47% | - |
| HSV(B) | 37.54º | 0.87% | 0.84% | - |
| XYZ | 37.9 | 34.32 | 5.66 | - |
| YUV | 151.59 | 57.69 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 27 | 0 | 0.33 | 0.87 | 0.16 | 37.54 | 0.78 | 0.47 |
| Hex | D6 | 90 | 1B | 0 | 21 | 57 | 10 | 26 | 4E | 2F |
| Octal | 326 | 220 | 33 | 0 | 41 | 127 | 20 | 46 | 116 | 57 |
| Binary | 11010110 | 10010000 | 11011 | 0 | 100001 | 1010111 | 10000 | 100110 | 1001110 | 101111 |
Color Harmonies of #D6901B
Complementary color
Monochromatic Colors of #D6901B
Black with #D6901B
Text Example
Text Example
White with #D6901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6901B; }
p { color: rgb(214,144,27); }
H1.HeaderClassName
{
color: #D6901B;
}
.AnyTagClassName
{
color: #D6901B;
}
</style>
background-color css
<style>
a { background-color: #D6901B; }
a { background-color: rgb(214,144,27); }
div.DivClassName
{
background-color: #D6901B;
}
.BgClassName
{
background-color: #D6901B;
}
</style>
border-color css
<style>
span { border-color: #D6901B; }
span { border-color: rgb(214,144,27); }
td.TdClassName
{
border-color: #D6901B;
}
.TagClassName
{
border-color: #D6901B;
}
</style>