Shades of Fuel Yellow #D68A39
Tints of Fuel Yellow #D68A39
RGB
CMYK
RGB Variations
Color information
#D68A39 (or 0xD68A39) is known color: Fuel Yellow. HEX triplet: D6, 8A and 39. RGB value is (214,138,57). Sum of RGB (Red+Green+Blue) = 214+138+57=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A39 is #2975C6. Grayscale: #979797. Windows color (decimal): -2717127 or 3771094. OLE color: 3771094.
HSL color Cylindrical-coordinate representation of color #D68A39: hue angle of 30.96º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D68A39 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 57 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.16 |
| HSL | 30.96º | 0.66% | 0.53% | - |
| HSV(B) | 30.96º | 0.73% | 0.84% | - |
| XYZ | 37.56 | 32.77 | 8.22 | - |
| YUV | 151.49 | 74.68 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 57 | 0 | 0.36 | 0.73 | 0.16 | 30.96 | 0.66 | 0.53 |
| Hex | D6 | 8A | 39 | 0 | 24 | 49 | 10 | 1F | 42 | 35 |
| Octal | 326 | 212 | 71 | 0 | 44 | 111 | 20 | 37 | 102 | 65 |
| Binary | 11010110 | 10001010 | 111001 | 0 | 100100 | 1001001 | 10000 | 11111 | 1000010 | 110101 |
Color Harmonies of #D68A39
Complementary color
Monochromatic Colors of #D68A39
Black with #D68A39
Text Example
Text Example
White with #D68A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A39; }
p { color: rgb(214,138,57); }
H1.HeaderClassName
{
color: #D68A39;
}
.AnyTagClassName
{
color: #D68A39;
}
</style>
background-color css
<style>
a { background-color: #D68A39; }
a { background-color: rgb(214,138,57); }
div.DivClassName
{
background-color: #D68A39;
}
.BgClassName
{
background-color: #D68A39;
}
</style>
border-color css
<style>
span { border-color: #D68A39; }
span { border-color: rgb(214,138,57); }
td.TdClassName
{
border-color: #D68A39;
}
.TagClassName
{
border-color: #D68A39;
}
</style>