Shades of Fuel Yellow #D0992D
Tints of Fuel Yellow #D0992D
RGB
CMYK
RGB Variations
Color information
#D0992D (or 0xD0992D) is known color: Fuel Yellow. HEX triplet: D0, 99 and 2D. RGB value is (208,153,45). Sum of RGB (Red+Green+Blue) = 208+153+45=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0992D is #2F66D2. Grayscale: #9D9D9D. Windows color (decimal): -3106515 or 2988496. OLE color: 2988496.
HSL color Cylindrical-coordinate representation of color #D0992D: hue angle of 39.75º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0992D is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 45 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.18 |
| HSL | 39.75º | 0.64% | 0.5% | - |
| HSV(B) | 39.75º | 0.78% | 0.82% | - |
| XYZ | 37.88 | 36.38 | 7.51 | - |
| YUV | 157.13 | 64.72 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 45 | 0 | 0.26 | 0.78 | 0.18 | 39.75 | 0.64 | 0.5 |
| Hex | D0 | 99 | 2D | 0 | 1A | 4E | 12 | 28 | 40 | 32 |
| Octal | 320 | 231 | 55 | 0 | 32 | 116 | 22 | 50 | 100 | 62 |
| Binary | 11010000 | 10011001 | 101101 | 0 | 11010 | 1001110 | 10010 | 101000 | 1000000 | 110010 |
Color Harmonies of #D0992D
Complementary color
Monochromatic Colors of #D0992D
Black with #D0992D
Text Example
Text Example
White with #D0992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0992D; }
p { color: rgb(208,153,45); }
H1.HeaderClassName
{
color: #D0992D;
}
.AnyTagClassName
{
color: #D0992D;
}
</style>
background-color css
<style>
a { background-color: #D0992D; }
a { background-color: rgb(208,153,45); }
div.DivClassName
{
background-color: #D0992D;
}
.BgClassName
{
background-color: #D0992D;
}
</style>
border-color css
<style>
span { border-color: #D0992D; }
span { border-color: rgb(208,153,45); }
td.TdClassName
{
border-color: #D0992D;
}
.TagClassName
{
border-color: #D0992D;
}
</style>