Shades of Fuel Yellow #D68C36
Tints of Fuel Yellow #D68C36
RGB
CMYK
RGB Variations
Color information
#D68C36 (or 0xD68C36) is known color: Fuel Yellow. HEX triplet: D6, 8C and 36. RGB value is (214,140,54). Sum of RGB (Red+Green+Blue) = 214+140+54=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C36 is #2973C9. Grayscale: #989898. Windows color (decimal): -2716618 or 3574998. OLE color: 3574998.
HSL color Cylindrical-coordinate representation of color #D68C36: hue angle of 32.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D68C36 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 54 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.16 |
| HSL | 32.25º | 0.66% | 0.53% | - |
| HSV(B) | 32.25º | 0.75% | 0.84% | - |
| XYZ | 37.78 | 33.32 | 7.93 | - |
| YUV | 152.32 | 72.52 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 54 | 0 | 0.35 | 0.75 | 0.16 | 32.25 | 0.66 | 0.53 |
| Hex | D6 | 8C | 36 | 0 | 23 | 4B | 10 | 20 | 42 | 35 |
| Octal | 326 | 214 | 66 | 0 | 43 | 113 | 20 | 40 | 102 | 65 |
| Binary | 11010110 | 10001100 | 110110 | 0 | 100011 | 1001011 | 10000 | 100000 | 1000010 | 110101 |
Color Harmonies of #D68C36
Complementary color
Monochromatic Colors of #D68C36
Black with #D68C36
Text Example
Text Example
White with #D68C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C36; }
p { color: rgb(214,140,54); }
H1.HeaderClassName
{
color: #D68C36;
}
.AnyTagClassName
{
color: #D68C36;
}
</style>
background-color css
<style>
a { background-color: #D68C36; }
a { background-color: rgb(214,140,54); }
div.DivClassName
{
background-color: #D68C36;
}
.BgClassName
{
background-color: #D68C36;
}
</style>
border-color css
<style>
span { border-color: #D68C36; }
span { border-color: rgb(214,140,54); }
td.TdClassName
{
border-color: #D68C36;
}
.TagClassName
{
border-color: #D68C36;
}
</style>