Shades of Buttercup #D9961A
Tints of Buttercup #D9961A
RGB
CMYK
RGB Variations
Color information
#D9961A (or 0xD9961A) is known color: Buttercup. HEX triplet: D9, 96 and 1A. RGB value is (217,150,26). Sum of RGB (Red+Green+Blue) = 217+150+26=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9961A is #2669E5. Grayscale: #9C9C9C. Windows color (decimal): -2517478 or 1742553. OLE color: 1742553.
HSL color Cylindrical-coordinate representation of color #D9961A: hue angle of 38.95º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9961A is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 26 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.15 |
| HSL | 38.95º | 0.79% | 0.48% | - |
| HSV(B) | 38.95º | 0.88% | 0.85% | - |
| XYZ | 39.71 | 36.64 | 5.96 | - |
| YUV | 155.9 | 54.7 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 26 | 0 | 0.31 | 0.88 | 0.15 | 38.95 | 0.79 | 0.48 |
| Hex | D9 | 96 | 1A | 0 | 1F | 58 | F | 27 | 4F | 30 |
| Octal | 331 | 226 | 32 | 0 | 37 | 130 | 17 | 47 | 117 | 60 |
| Binary | 11011001 | 10010110 | 11010 | 0 | 11111 | 1011000 | 1111 | 100111 | 1001111 | 110000 |
Color Harmonies of #D9961A
Complementary color
Monochromatic Colors of #D9961A
Black with #D9961A
Text Example
Text Example
White with #D9961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9961A; }
p { color: rgb(217,150,26); }
H1.HeaderClassName
{
color: #D9961A;
}
.AnyTagClassName
{
color: #D9961A;
}
</style>
background-color css
<style>
a { background-color: #D9961A; }
a { background-color: rgb(217,150,26); }
div.DivClassName
{
background-color: #D9961A;
}
.BgClassName
{
background-color: #D9961A;
}
</style>
border-color css
<style>
span { border-color: #D9961A; }
span { border-color: rgb(217,150,26); }
td.TdClassName
{
border-color: #D9961A;
}
.TagClassName
{
border-color: #D9961A;
}
</style>