Shades of Fuel Yellow #D68A37
Tints of Fuel Yellow #D68A37
RGB
CMYK
RGB Variations
Color information
#D68A37 (or 0xD68A37) is known color: Fuel Yellow. HEX triplet: D6, 8A and 37. RGB value is (214,138,55). Sum of RGB (Red+Green+Blue) = 214+138+55=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A37 is #2975C8. Grayscale: #979797. Windows color (decimal): -2717129 or 3640022. OLE color: 3640022.
HSL color Cylindrical-coordinate representation of color #D68A37: hue angle of 31.32º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D68A37 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 55 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.16 |
| HSL | 31.32º | 0.66% | 0.53% | - |
| HSV(B) | 31.32º | 0.74% | 0.84% | - |
| XYZ | 37.51 | 32.75 | 7.96 | - |
| YUV | 151.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 55 | 0 | 0.36 | 0.74 | 0.16 | 31.32 | 0.66 | 0.53 |
| Hex | D6 | 8A | 37 | 0 | 24 | 4A | 10 | 1F | 42 | 35 |
| Octal | 326 | 212 | 67 | 0 | 44 | 112 | 20 | 37 | 102 | 65 |
| Binary | 11010110 | 10001010 | 110111 | 0 | 100100 | 1001010 | 10000 | 11111 | 1000010 | 110101 |
Color Harmonies of #D68A37
Complementary color
Monochromatic Colors of #D68A37
Black with #D68A37
Text Example
Text Example
White with #D68A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A37; }
p { color: rgb(214,138,55); }
H1.HeaderClassName
{
color: #D68A37;
}
.AnyTagClassName
{
color: #D68A37;
}
</style>
background-color css
<style>
a { background-color: #D68A37; }
a { background-color: rgb(214,138,55); }
div.DivClassName
{
background-color: #D68A37;
}
.BgClassName
{
background-color: #D68A37;
}
</style>
border-color css
<style>
span { border-color: #D68A37; }
span { border-color: rgb(214,138,55); }
td.TdClassName
{
border-color: #D68A37;
}
.TagClassName
{
border-color: #D68A37;
}
</style>