Shades of Fuel Yellow #D68C30
Tints of Fuel Yellow #D68C30
RGB
CMYK
RGB Variations
Color information
#D68C30 (or 0xD68C30) is known color: Fuel Yellow. HEX triplet: D6, 8C and 30. RGB value is (214,140,48). Sum of RGB (Red+Green+Blue) = 214+140+48=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C30 is #2973CF. Grayscale: #989898. Windows color (decimal): -2716624 or 3181782. OLE color: 3181782.
HSL color Cylindrical-coordinate representation of color #D68C30: hue angle of 33.25º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D68C30 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 48 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.16 |
| HSL | 33.25º | 0.67% | 0.51% | - |
| HSV(B) | 33.25º | 0.78% | 0.84% | - |
| XYZ | 37.64 | 33.27 | 7.23 | - |
| YUV | 151.64 | 69.52 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 48 | 0 | 0.35 | 0.78 | 0.16 | 33.25 | 0.67 | 0.51 |
| Hex | D6 | 8C | 30 | 0 | 23 | 4E | 10 | 21 | 43 | 33 |
| Octal | 326 | 214 | 60 | 0 | 43 | 116 | 20 | 41 | 103 | 63 |
| Binary | 11010110 | 10001100 | 110000 | 0 | 100011 | 1001110 | 10000 | 100001 | 1000011 | 110011 |
Color Harmonies of #D68C30
Complementary color
Monochromatic Colors of #D68C30
Black with #D68C30
Text Example
Text Example
White with #D68C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C30; }
p { color: rgb(214,140,48); }
H1.HeaderClassName
{
color: #D68C30;
}
.AnyTagClassName
{
color: #D68C30;
}
</style>
background-color css
<style>
a { background-color: #D68C30; }
a { background-color: rgb(214,140,48); }
div.DivClassName
{
background-color: #D68C30;
}
.BgClassName
{
background-color: #D68C30;
}
</style>
border-color css
<style>
span { border-color: #D68C30; }
span { border-color: rgb(214,140,48); }
td.TdClassName
{
border-color: #D68C30;
}
.TagClassName
{
border-color: #D68C30;
}
</style>