Shades of Buttercup #D9A133
Tints of Buttercup #D9A133
RGB
CMYK
RGB Variations
Color information
#D9A133 (or 0xD9A133) is known color: Buttercup. HEX triplet: D9, A1 and 33. RGB value is (217,161,51). Sum of RGB (Red+Green+Blue) = 217+161+51=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A133 is #265ECC. Grayscale: #A5A5A5. Windows color (decimal): -2514637 or 3383769. OLE color: 3383769.
HSL color Cylindrical-coordinate representation of color #D9A133: hue angle of 39.76º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9A133 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 51 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.15 |
| HSL | 39.76º | 0.69% | 0.53% | - |
| HSV(B) | 39.76º | 0.76% | 0.85% | - |
| XYZ | 41.96 | 40.48 | 8.73 | - |
| YUV | 165.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 51 | 0 | 0.26 | 0.76 | 0.15 | 39.76 | 0.69 | 0.53 |
| Hex | D9 | A1 | 33 | 0 | 1A | 4C | F | 28 | 45 | 35 |
| Octal | 331 | 241 | 63 | 0 | 32 | 114 | 17 | 50 | 105 | 65 |
| Binary | 11011001 | 10100001 | 110011 | 0 | 11010 | 1001100 | 1111 | 101000 | 1000101 | 110101 |
Color Harmonies of #D9A133
Complementary color
Monochromatic Colors of #D9A133
Black with #D9A133
Text Example
Text Example
White with #D9A133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A133; }
p { color: rgb(217,161,51); }
H1.HeaderClassName
{
color: #D9A133;
}
.AnyTagClassName
{
color: #D9A133;
}
</style>
background-color css
<style>
a { background-color: #D9A133; }
a { background-color: rgb(217,161,51); }
div.DivClassName
{
background-color: #D9A133;
}
.BgClassName
{
background-color: #D9A133;
}
</style>
border-color css
<style>
span { border-color: #D9A133; }
span { border-color: rgb(217,161,51); }
td.TdClassName
{
border-color: #D9A133;
}
.TagClassName
{
border-color: #D9A133;
}
</style>