Shades of Buttercup #D99A1E
Tints of Buttercup #D99A1E
RGB
CMYK
RGB Variations
Color information
#D99A1E (or 0xD99A1E) is known color: Buttercup. HEX triplet: D9, 9A and 1E. RGB value is (217,154,30). Sum of RGB (Red+Green+Blue) = 217+154+30=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A1E is #2665E1. Grayscale: #9F9F9F. Windows color (decimal): -2516450 or 2005721. OLE color: 2005721.
HSL color Cylindrical-coordinate representation of color #D99A1E: hue angle of 39.79º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D99A1E is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 30 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.15 |
| HSL | 39.79º | 0.76% | 0.48% | - |
| HSV(B) | 39.79º | 0.86% | 0.85% | - |
| XYZ | 40.41 | 37.96 | 6.43 | - |
| YUV | 158.7 | 55.37 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 30 | 0 | 0.29 | 0.86 | 0.15 | 39.79 | 0.76 | 0.48 |
| Hex | D9 | 9A | 1E | 0 | 1D | 56 | F | 28 | 4C | 30 |
| Octal | 331 | 232 | 36 | 0 | 35 | 126 | 17 | 50 | 114 | 60 |
| Binary | 11011001 | 10011010 | 11110 | 0 | 11101 | 1010110 | 1111 | 101000 | 1001100 | 110000 |
Color Harmonies of #D99A1E
Complementary color
Monochromatic Colors of #D99A1E
Black with #D99A1E
Text Example
Text Example
White with #D99A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A1E; }
p { color: rgb(217,154,30); }
H1.HeaderClassName
{
color: #D99A1E;
}
.AnyTagClassName
{
color: #D99A1E;
}
</style>
background-color css
<style>
a { background-color: #D99A1E; }
a { background-color: rgb(217,154,30); }
div.DivClassName
{
background-color: #D99A1E;
}
.BgClassName
{
background-color: #D99A1E;
}
</style>
border-color css
<style>
span { border-color: #D99A1E; }
span { border-color: rgb(217,154,30); }
td.TdClassName
{
border-color: #D99A1E;
}
.TagClassName
{
border-color: #D99A1E;
}
</style>