Shades of Fuel Yellow #D88C32
Tints of Fuel Yellow #D88C32
RGB
CMYK
RGB Variations
Color information
#D88C32 (or 0xD88C32) is known color: Fuel Yellow. HEX triplet: D8, 8C and 32. RGB value is (216,140,50). Sum of RGB (Red+Green+Blue) = 216+140+50=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C32 is #2773CD. Grayscale: #989898. Windows color (decimal): -2585550 or 3312856. OLE color: 3312856.
HSL color Cylindrical-coordinate representation of color #D88C32: hue angle of 32.53º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D88C32 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 50 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.15 |
| HSL | 32.53º | 0.68% | 0.52% | - |
| HSV(B) | 32.53º | 0.77% | 0.85% | - |
| XYZ | 38.27 | 33.59 | 7.48 | - |
| YUV | 152.46 | 70.18 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 50 | 0 | 0.35 | 0.77 | 0.15 | 32.53 | 0.68 | 0.52 |
| Hex | D8 | 8C | 32 | 0 | 23 | 4D | F | 21 | 44 | 34 |
| Octal | 330 | 214 | 62 | 0 | 43 | 115 | 17 | 41 | 104 | 64 |
| Binary | 11011000 | 10001100 | 110010 | 0 | 100011 | 1001101 | 1111 | 100001 | 1000100 | 110100 |
Color Harmonies of #D88C32
Complementary color
Monochromatic Colors of #D88C32
Black with #D88C32
Text Example
Text Example
White with #D88C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C32; }
p { color: rgb(216,140,50); }
H1.HeaderClassName
{
color: #D88C32;
}
.AnyTagClassName
{
color: #D88C32;
}
</style>
background-color css
<style>
a { background-color: #D88C32; }
a { background-color: rgb(216,140,50); }
div.DivClassName
{
background-color: #D88C32;
}
.BgClassName
{
background-color: #D88C32;
}
</style>
border-color css
<style>
span { border-color: #D88C32; }
span { border-color: rgb(216,140,50); }
td.TdClassName
{
border-color: #D88C32;
}
.TagClassName
{
border-color: #D88C32;
}
</style>