Shades of Fuel Yellow #D0973B
Tints of Fuel Yellow #D0973B
RGB
CMYK
RGB Variations
Color information
#D0973B (or 0xD0973B) is known color: Fuel Yellow. HEX triplet: D0, 97 and 3B. RGB value is (208,151,59). Sum of RGB (Red+Green+Blue) = 208+151+59=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0973B is #2F68C4. Grayscale: #9D9D9D. Windows color (decimal): -3107013 or 3905488. OLE color: 3905488.
HSL color Cylindrical-coordinate representation of color #D0973B: hue angle of 37.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0973B is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 59 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.18 |
| HSL | 37.05º | 0.61% | 0.52% | - |
| HSV(B) | 37.05º | 0.72% | 0.82% | - |
| XYZ | 37.87 | 35.86 | 9.06 | - |
| YUV | 157.56 | 72.38 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 59 | 0 | 0.27 | 0.72 | 0.18 | 37.05 | 0.61 | 0.52 |
| Hex | D0 | 97 | 3B | 0 | 1B | 48 | 12 | 25 | 3D | 34 |
| Octal | 320 | 227 | 73 | 0 | 33 | 110 | 22 | 45 | 75 | 64 |
| Binary | 11010000 | 10010111 | 111011 | 0 | 11011 | 1001000 | 10010 | 100101 | 111101 | 110100 |
Color Harmonies of #D0973B
Complementary color
Monochromatic Colors of #D0973B
Black with #D0973B
Text Example
Text Example
White with #D0973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0973B; }
p { color: rgb(208,151,59); }
H1.HeaderClassName
{
color: #D0973B;
}
.AnyTagClassName
{
color: #D0973B;
}
</style>
background-color css
<style>
a { background-color: #D0973B; }
a { background-color: rgb(208,151,59); }
div.DivClassName
{
background-color: #D0973B;
}
.BgClassName
{
background-color: #D0973B;
}
</style>
border-color css
<style>
span { border-color: #D0973B; }
span { border-color: rgb(208,151,59); }
td.TdClassName
{
border-color: #D0973B;
}
.TagClassName
{
border-color: #D0973B;
}
</style>