Shades of Fuel Yellow #D68A38
Tints of Fuel Yellow #D68A38
RGB
CMYK
RGB Variations
Color information
#D68A38 (or 0xD68A38) is known color: Fuel Yellow. HEX triplet: D6, 8A and 38. RGB value is (214,138,56). Sum of RGB (Red+Green+Blue) = 214+138+56=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A38 is #2975C7. Grayscale: #979797. Windows color (decimal): -2717128 or 3705558. OLE color: 3705558.
HSL color Cylindrical-coordinate representation of color #D68A38: hue angle of 31.14º 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 #D68A38 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 56 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.16 |
| HSL | 31.14º | 0.66% | 0.53% | - |
| HSV(B) | 31.14º | 0.74% | 0.84% | - |
| XYZ | 37.53 | 32.76 | 8.09 | - |
| YUV | 151.38 | 74.18 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 56 | 0 | 0.36 | 0.74 | 0.16 | 31.14 | 0.66 | 0.53 |
| Hex | D6 | 8A | 38 | 0 | 24 | 4A | 10 | 1F | 42 | 35 |
| Octal | 326 | 212 | 70 | 0 | 44 | 112 | 20 | 37 | 102 | 65 |
| Binary | 11010110 | 10001010 | 111000 | 0 | 100100 | 1001010 | 10000 | 11111 | 1000010 | 110101 |
Color Harmonies of #D68A38
Complementary color
Monochromatic Colors of #D68A38
Black with #D68A38
Text Example
Text Example
White with #D68A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A38; }
p { color: rgb(214,138,56); }
H1.HeaderClassName
{
color: #D68A38;
}
.AnyTagClassName
{
color: #D68A38;
}
</style>
background-color css
<style>
a { background-color: #D68A38; }
a { background-color: rgb(214,138,56); }
div.DivClassName
{
background-color: #D68A38;
}
.BgClassName
{
background-color: #D68A38;
}
</style>
border-color css
<style>
span { border-color: #D68A38; }
span { border-color: rgb(214,138,56); }
td.TdClassName
{
border-color: #D68A38;
}
.TagClassName
{
border-color: #D68A38;
}
</style>