Shades of Buttercup #D99A22
Tints of Buttercup #D99A22
RGB
CMYK
RGB Variations
Color information
#D99A22 (or 0xD99A22) is known color: Buttercup. HEX triplet: D9, 9A and 22. RGB value is (217,154,34). Sum of RGB (Red+Green+Blue) = 217+154+34=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A22 is #2665DD. Grayscale: #9F9F9F. Windows color (decimal): -2516446 or 2267865. OLE color: 2267865.
HSL color Cylindrical-coordinate representation of color #D99A22: hue angle of 39.34º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D99A22 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 34 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.15 |
| HSL | 39.34º | 0.73% | 0.49% | - |
| HSV(B) | 39.34º | 0.84% | 0.85% | - |
| XYZ | 40.46 | 37.98 | 6.71 | - |
| YUV | 159.16 | 57.37 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 34 | 0 | 0.29 | 0.84 | 0.15 | 39.34 | 0.73 | 0.49 |
| Hex | D9 | 9A | 22 | 0 | 1D | 54 | F | 27 | 49 | 31 |
| Octal | 331 | 232 | 42 | 0 | 35 | 124 | 17 | 47 | 111 | 61 |
| Binary | 11011001 | 10011010 | 100010 | 0 | 11101 | 1010100 | 1111 | 100111 | 1001001 | 110001 |
Color Harmonies of #D99A22
Complementary color
Monochromatic Colors of #D99A22
Black with #D99A22
Text Example
Text Example
White with #D99A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A22; }
p { color: rgb(217,154,34); }
H1.HeaderClassName
{
color: #D99A22;
}
.AnyTagClassName
{
color: #D99A22;
}
</style>
background-color css
<style>
a { background-color: #D99A22; }
a { background-color: rgb(217,154,34); }
div.DivClassName
{
background-color: #D99A22;
}
.BgClassName
{
background-color: #D99A22;
}
</style>
border-color css
<style>
span { border-color: #D99A22; }
span { border-color: rgb(217,154,34); }
td.TdClassName
{
border-color: #D99A22;
}
.TagClassName
{
border-color: #D99A22;
}
</style>