Shades of Fuel Yellow #D99A37
Tints of Fuel Yellow #D99A37
RGB
CMYK
RGB Variations
Color information
#D99A37 (or 0xD99A37) is known color: Fuel Yellow. HEX triplet: D9, 9A and 37. RGB value is (217,154,55). Sum of RGB (Red+Green+Blue) = 217+154+55=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A37 is #2665C8. Grayscale: #A2A2A2. Windows color (decimal): -2516425 or 3644121. OLE color: 3644121.
HSL color Cylindrical-coordinate representation of color #D99A37: hue angle of 36.67º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D99A37 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 55 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.15 |
| HSL | 36.67º | 0.68% | 0.53% | - |
| HSV(B) | 36.67º | 0.75% | 0.85% | - |
| XYZ | 40.86 | 38.14 | 8.82 | - |
| YUV | 161.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 55 | 0 | 0.29 | 0.75 | 0.15 | 36.67 | 0.68 | 0.53 |
| Hex | D9 | 9A | 37 | 0 | 1D | 4B | F | 25 | 44 | 35 |
| Octal | 331 | 232 | 67 | 0 | 35 | 113 | 17 | 45 | 104 | 65 |
| Binary | 11011001 | 10011010 | 110111 | 0 | 11101 | 1001011 | 1111 | 100101 | 1000100 | 110101 |
Color Harmonies of #D99A37
Complementary color
Monochromatic Colors of #D99A37
Black with #D99A37
Text Example
Text Example
White with #D99A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A37; }
p { color: rgb(217,154,55); }
H1.HeaderClassName
{
color: #D99A37;
}
.AnyTagClassName
{
color: #D99A37;
}
</style>
background-color css
<style>
a { background-color: #D99A37; }
a { background-color: rgb(217,154,55); }
div.DivClassName
{
background-color: #D99A37;
}
.BgClassName
{
background-color: #D99A37;
}
</style>
border-color css
<style>
span { border-color: #D99A37; }
span { border-color: rgb(217,154,55); }
td.TdClassName
{
border-color: #D99A37;
}
.TagClassName
{
border-color: #D99A37;
}
</style>