Shades of Fuel Yellow #D0923C
Tints of Fuel Yellow #D0923C
RGB
CMYK
RGB Variations
Color information
#D0923C (or 0xD0923C) is known color: Fuel Yellow. HEX triplet: D0, 92 and 3C. RGB value is (208,146,60). Sum of RGB (Red+Green+Blue) = 208+146+60=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0923C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0923C is #2F6DC3. Grayscale: #9B9B9B. Windows color (decimal): -3108292 or 3969744. OLE color: 3969744.
HSL color Cylindrical-coordinate representation of color #D0923C: hue angle of 34.86º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0923C is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 60 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.18 |
| HSL | 34.86º | 0.61% | 0.53% | - |
| HSV(B) | 34.86º | 0.71% | 0.82% | - |
| XYZ | 37.11 | 34.29 | 8.94 | - |
| YUV | 154.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 60 | 0 | 0.30 | 0.71 | 0.18 | 34.86 | 0.61 | 0.53 |
| Hex | D0 | 92 | 3C | 0 | 1E | 47 | 12 | 23 | 3D | 35 |
| Octal | 320 | 222 | 74 | 0 | 36 | 107 | 22 | 43 | 75 | 65 |
| Binary | 11010000 | 10010010 | 111100 | 0 | 11110 | 1000111 | 10010 | 100011 | 111101 | 110101 |
Color Harmonies of #D0923C
Complementary color
Monochromatic Colors of #D0923C
Black with #D0923C
Text Example
Text Example
White with #D0923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0923C; }
p { color: rgb(208,146,60); }
H1.HeaderClassName
{
color: #D0923C;
}
.AnyTagClassName
{
color: #D0923C;
}
</style>
background-color css
<style>
a { background-color: #D0923C; }
a { background-color: rgb(208,146,60); }
div.DivClassName
{
background-color: #D0923C;
}
.BgClassName
{
background-color: #D0923C;
}
</style>
border-color css
<style>
span { border-color: #D0923C; }
span { border-color: rgb(208,146,60); }
td.TdClassName
{
border-color: #D0923C;
}
.TagClassName
{
border-color: #D0923C;
}
</style>