Shades of Fuel Yellow #D88C33
Tints of Fuel Yellow #D88C33
RGB
CMYK
RGB Variations
Color information
#D88C33 (or 0xD88C33) is known color: Fuel Yellow. HEX triplet: D8, 8C and 33. RGB value is (216,140,51). Sum of RGB (Red+Green+Blue) = 216+140+51=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C33 is #2773CC. Grayscale: #999999. Windows color (decimal): -2585549 or 3378392. OLE color: 3378392.
HSL color Cylindrical-coordinate representation of color #D88C33: hue angle of 32.36º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D88C33 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 51 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.15 |
| HSL | 32.36º | 0.68% | 0.52% | - |
| HSV(B) | 32.36º | 0.76% | 0.85% | - |
| XYZ | 38.29 | 33.59 | 7.6 | - |
| YUV | 152.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 51 | 0 | 0.35 | 0.76 | 0.15 | 32.36 | 0.68 | 0.52 |
| Hex | D8 | 8C | 33 | 0 | 23 | 4C | F | 20 | 44 | 34 |
| Octal | 330 | 214 | 63 | 0 | 43 | 114 | 17 | 40 | 104 | 64 |
| Binary | 11011000 | 10001100 | 110011 | 0 | 100011 | 1001100 | 1111 | 100000 | 1000100 | 110100 |
Color Harmonies of #D88C33
Complementary color
Monochromatic Colors of #D88C33
Black with #D88C33
Text Example
Text Example
White with #D88C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C33; }
p { color: rgb(216,140,51); }
H1.HeaderClassName
{
color: #D88C33;
}
.AnyTagClassName
{
color: #D88C33;
}
</style>
background-color css
<style>
a { background-color: #D88C33; }
a { background-color: rgb(216,140,51); }
div.DivClassName
{
background-color: #D88C33;
}
.BgClassName
{
background-color: #D88C33;
}
</style>
border-color css
<style>
span { border-color: #D88C33; }
span { border-color: rgb(216,140,51); }
td.TdClassName
{
border-color: #D88C33;
}
.TagClassName
{
border-color: #D88C33;
}
</style>