Shades of Fuel Yellow #D68A33
Tints of Fuel Yellow #D68A33
RGB
CMYK
RGB Variations
Color information
#D68A33 (or 0xD68A33) is known color: Fuel Yellow. HEX triplet: D6, 8A and 33. RGB value is (214,138,51). Sum of RGB (Red+Green+Blue) = 214+138+51=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A33 is #2975CC. Grayscale: #979797. Windows color (decimal): -2717133 or 3377878. OLE color: 3377878.
HSL color Cylindrical-coordinate representation of color #D68A33: hue angle of 32.02º 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 #D68A33 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 51 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.16 |
| HSL | 32.02º | 0.67% | 0.52% | - |
| HSV(B) | 32.02º | 0.76% | 0.84% | - |
| XYZ | 37.42 | 32.71 | 7.47 | - |
| YUV | 150.81 | 71.68 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 51 | 0 | 0.36 | 0.76 | 0.16 | 32.02 | 0.67 | 0.52 |
| Hex | D6 | 8A | 33 | 0 | 24 | 4C | 10 | 20 | 43 | 34 |
| Octal | 326 | 212 | 63 | 0 | 44 | 114 | 20 | 40 | 103 | 64 |
| Binary | 11010110 | 10001010 | 110011 | 0 | 100100 | 1001100 | 10000 | 100000 | 1000011 | 110100 |
Color Harmonies of #D68A33
Complementary color
Monochromatic Colors of #D68A33
Black with #D68A33
Text Example
Text Example
White with #D68A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A33; }
p { color: rgb(214,138,51); }
H1.HeaderClassName
{
color: #D68A33;
}
.AnyTagClassName
{
color: #D68A33;
}
</style>
background-color css
<style>
a { background-color: #D68A33; }
a { background-color: rgb(214,138,51); }
div.DivClassName
{
background-color: #D68A33;
}
.BgClassName
{
background-color: #D68A33;
}
</style>
border-color css
<style>
span { border-color: #D68A33; }
span { border-color: rgb(214,138,51); }
td.TdClassName
{
border-color: #D68A33;
}
.TagClassName
{
border-color: #D68A33;
}
</style>