Shades of Fuel Yellow #D99A35
Tints of Fuel Yellow #D99A35
RGB
CMYK
RGB Variations
Color information
#D99A35 (or 0xD99A35) is known color: Fuel Yellow. HEX triplet: D9, 9A and 35. RGB value is (217,154,53). Sum of RGB (Red+Green+Blue) = 217+154+53=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A35 is #2665CA. Grayscale: #A1A1A1. Windows color (decimal): -2516427 or 3513049. OLE color: 3513049.
HSL color Cylindrical-coordinate representation of color #D99A35: hue angle of 36.95º degrees, saturation: 0.68, 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 #D99A35 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 53 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.15 |
| HSL | 36.95º | 0.68% | 0.53% | - |
| HSV(B) | 36.95º | 0.76% | 0.85% | - |
| XYZ | 40.81 | 38.12 | 8.57 | - |
| YUV | 161.32 | 66.87 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 53 | 0 | 0.29 | 0.76 | 0.15 | 36.95 | 0.68 | 0.53 |
| Hex | D9 | 9A | 35 | 0 | 1D | 4C | F | 25 | 44 | 35 |
| Octal | 331 | 232 | 65 | 0 | 35 | 114 | 17 | 45 | 104 | 65 |
| Binary | 11011001 | 10011010 | 110101 | 0 | 11101 | 1001100 | 1111 | 100101 | 1000100 | 110101 |
Color Harmonies of #D99A35
Complementary color
Monochromatic Colors of #D99A35
Black with #D99A35
Text Example
Text Example
White with #D99A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A35; }
p { color: rgb(217,154,53); }
H1.HeaderClassName
{
color: #D99A35;
}
.AnyTagClassName
{
color: #D99A35;
}
</style>
background-color css
<style>
a { background-color: #D99A35; }
a { background-color: rgb(217,154,53); }
div.DivClassName
{
background-color: #D99A35;
}
.BgClassName
{
background-color: #D99A35;
}
</style>
border-color css
<style>
span { border-color: #D99A35; }
span { border-color: rgb(217,154,53); }
td.TdClassName
{
border-color: #D99A35;
}
.TagClassName
{
border-color: #D99A35;
}
</style>