Shades of Fuel Yellow #D08A30
Tints of Fuel Yellow #D08A30
RGB
CMYK
RGB Variations
Color information
#D08A30 (or 0xD08A30) is known color: Fuel Yellow. HEX triplet: D0, 8A and 30. RGB value is (208,138,48). Sum of RGB (Red+Green+Blue) = 208+138+48=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A30 is #2F75CF. Grayscale: #959595. Windows color (decimal): -3110352 or 3181264. OLE color: 3181264.
HSL color Cylindrical-coordinate representation of color #D08A30: hue angle of 33.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D08A30 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 48 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.18 |
| HSL | 33.75º | 0.63% | 0.5% | - |
| HSV(B) | 33.75º | 0.77% | 0.82% | - |
| XYZ | 35.63 | 31.8 | 7.06 | - |
| YUV | 148.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 48 | 0 | 0.34 | 0.77 | 0.18 | 33.75 | 0.63 | 0.5 |
| Hex | D0 | 8A | 30 | 0 | 22 | 4D | 12 | 22 | 3F | 32 |
| Octal | 320 | 212 | 60 | 0 | 42 | 115 | 22 | 42 | 77 | 62 |
| Binary | 11010000 | 10001010 | 110000 | 0 | 100010 | 1001101 | 10010 | 100010 | 111111 | 110010 |
Color Harmonies of #D08A30
Complementary color
Monochromatic Colors of #D08A30
Black with #D08A30
Text Example
Text Example
White with #D08A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A30; }
p { color: rgb(208,138,48); }
H1.HeaderClassName
{
color: #D08A30;
}
.AnyTagClassName
{
color: #D08A30;
}
</style>
background-color css
<style>
a { background-color: #D08A30; }
a { background-color: rgb(208,138,48); }
div.DivClassName
{
background-color: #D08A30;
}
.BgClassName
{
background-color: #D08A30;
}
</style>
border-color css
<style>
span { border-color: #D08A30; }
span { border-color: rgb(208,138,48); }
td.TdClassName
{
border-color: #D08A30;
}
.TagClassName
{
border-color: #D08A30;
}
</style>