Shades of Fuel Yellow #D68C35
Tints of Fuel Yellow #D68C35
RGB
CMYK
RGB Variations
Color information
#D68C35 (or 0xD68C35) is known color: Fuel Yellow. HEX triplet: D6, 8C and 35. RGB value is (214,140,53). Sum of RGB (Red+Green+Blue) = 214+140+53=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C35 is #2973CA. Grayscale: #989898. Windows color (decimal): -2716619 or 3509462. OLE color: 3509462.
HSL color Cylindrical-coordinate representation of color #D68C35: hue angle of 32.42º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D68C35 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 53 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.16 |
| HSL | 32.42º | 0.66% | 0.52% | - |
| HSV(B) | 32.42º | 0.75% | 0.84% | - |
| XYZ | 37.75 | 33.31 | 7.81 | - |
| YUV | 152.21 | 72.02 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 53 | 0 | 0.35 | 0.75 | 0.16 | 32.42 | 0.66 | 0.52 |
| Hex | D6 | 8C | 35 | 0 | 23 | 4B | 10 | 20 | 42 | 34 |
| Octal | 326 | 214 | 65 | 0 | 43 | 113 | 20 | 40 | 102 | 64 |
| Binary | 11010110 | 10001100 | 110101 | 0 | 100011 | 1001011 | 10000 | 100000 | 1000010 | 110100 |
Color Harmonies of #D68C35
Complementary color
Monochromatic Colors of #D68C35
Black with #D68C35
Text Example
Text Example
White with #D68C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C35; }
p { color: rgb(214,140,53); }
H1.HeaderClassName
{
color: #D68C35;
}
.AnyTagClassName
{
color: #D68C35;
}
</style>
background-color css
<style>
a { background-color: #D68C35; }
a { background-color: rgb(214,140,53); }
div.DivClassName
{
background-color: #D68C35;
}
.BgClassName
{
background-color: #D68C35;
}
</style>
border-color css
<style>
span { border-color: #D68C35; }
span { border-color: rgb(214,140,53); }
td.TdClassName
{
border-color: #D68C35;
}
.TagClassName
{
border-color: #D68C35;
}
</style>