Shades of Fuel Yellow #D68F33
Tints of Fuel Yellow #D68F33
RGB
CMYK
RGB Variations
Color information
#D68F33 (or 0xD68F33) is known color: Fuel Yellow. HEX triplet: D6, 8F and 33. RGB value is (214,143,51). Sum of RGB (Red+Green+Blue) = 214+143+51=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F33 is #2970CC. Grayscale: #9A9A9A. Windows color (decimal): -2715853 or 3379158. OLE color: 3379158.
HSL color Cylindrical-coordinate representation of color #D68F33: hue angle of 33.87º degrees, saturation: 0.67, 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 #D68F33 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 51 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.16 |
| HSL | 33.87º | 0.67% | 0.52% | - |
| HSV(B) | 33.87º | 0.76% | 0.84% | - |
| XYZ | 38.15 | 34.18 | 7.72 | - |
| YUV | 153.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 51 | 0 | 0.33 | 0.76 | 0.16 | 33.87 | 0.67 | 0.52 |
| Hex | D6 | 8F | 33 | 0 | 21 | 4C | 10 | 22 | 43 | 34 |
| Octal | 326 | 217 | 63 | 0 | 41 | 114 | 20 | 42 | 103 | 64 |
| Binary | 11010110 | 10001111 | 110011 | 0 | 100001 | 1001100 | 10000 | 100010 | 1000011 | 110100 |
Color Harmonies of #D68F33
Complementary color
Monochromatic Colors of #D68F33
Black with #D68F33
Text Example
Text Example
White with #D68F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F33; }
p { color: rgb(214,143,51); }
H1.HeaderClassName
{
color: #D68F33;
}
.AnyTagClassName
{
color: #D68F33;
}
</style>
background-color css
<style>
a { background-color: #D68F33; }
a { background-color: rgb(214,143,51); }
div.DivClassName
{
background-color: #D68F33;
}
.BgClassName
{
background-color: #D68F33;
}
</style>
border-color css
<style>
span { border-color: #D68F33; }
span { border-color: rgb(214,143,51); }
td.TdClassName
{
border-color: #D68F33;
}
.TagClassName
{
border-color: #D68F33;
}
</style>