Shades of Fuel Yellow #D68F34
Tints of Fuel Yellow #D68F34
RGB
CMYK
RGB Variations
Color information
#D68F34 (or 0xD68F34) is known color: Fuel Yellow. HEX triplet: D6, 8F and 34. RGB value is (214,143,52). Sum of RGB (Red+Green+Blue) = 214+143+52=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F34 is #2970CB. Grayscale: #9A9A9A. Windows color (decimal): -2715852 or 3444694. OLE color: 3444694.
HSL color Cylindrical-coordinate representation of color #D68F34: hue angle of 33.7º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D68F34 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 52 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.16 |
| HSL | 33.7º | 0.66% | 0.52% | - |
| HSV(B) | 33.7º | 0.76% | 0.84% | - |
| XYZ | 38.17 | 34.19 | 7.84 | - |
| YUV | 153.86 | 70.52 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 52 | 0 | 0.33 | 0.76 | 0.16 | 33.7 | 0.66 | 0.52 |
| Hex | D6 | 8F | 34 | 0 | 21 | 4C | 10 | 22 | 42 | 34 |
| Octal | 326 | 217 | 64 | 0 | 41 | 114 | 20 | 42 | 102 | 64 |
| Binary | 11010110 | 10001111 | 110100 | 0 | 100001 | 1001100 | 10000 | 100010 | 1000010 | 110100 |
Color Harmonies of #D68F34
Complementary color
Monochromatic Colors of #D68F34
Black with #D68F34
Text Example
Text Example
White with #D68F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F34; }
p { color: rgb(214,143,52); }
H1.HeaderClassName
{
color: #D68F34;
}
.AnyTagClassName
{
color: #D68F34;
}
</style>
background-color css
<style>
a { background-color: #D68F34; }
a { background-color: rgb(214,143,52); }
div.DivClassName
{
background-color: #D68F34;
}
.BgClassName
{
background-color: #D68F34;
}
</style>
border-color css
<style>
span { border-color: #D68F34; }
span { border-color: rgb(214,143,52); }
td.TdClassName
{
border-color: #D68F34;
}
.TagClassName
{
border-color: #D68F34;
}
</style>