Shades of Fuel Yellow #D69533
Tints of Fuel Yellow #D69533
RGB
CMYK
RGB Variations
Color information
#D69533 (or 0xD69533) is known color: Fuel Yellow. HEX triplet: D6, 95 and 33. RGB value is (214,149,51). Sum of RGB (Red+Green+Blue) = 214+149+51=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D69533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69533 is #296ACC. Grayscale: #9D9D9D. Windows color (decimal): -2714317 or 3380694. OLE color: 3380694.
HSL color Cylindrical-coordinate representation of color #D69533: hue angle of 36.07º 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 #D69533 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 51 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.16 |
| HSL | 36.07º | 0.67% | 0.52% | - |
| HSV(B) | 36.07º | 0.76% | 0.84% | - |
| XYZ | 39.08 | 36.03 | 8.03 | - |
| YUV | 157.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 51 | 0 | 0.30 | 0.76 | 0.16 | 36.07 | 0.67 | 0.52 |
| Hex | D6 | 95 | 33 | 0 | 1E | 4C | 10 | 24 | 43 | 34 |
| Octal | 326 | 225 | 63 | 0 | 36 | 114 | 20 | 44 | 103 | 64 |
| Binary | 11010110 | 10010101 | 110011 | 0 | 11110 | 1001100 | 10000 | 100100 | 1000011 | 110100 |
Color Harmonies of #D69533
Complementary color
Monochromatic Colors of #D69533
Black with #D69533
Text Example
Text Example
White with #D69533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69533; }
p { color: rgb(214,149,51); }
H1.HeaderClassName
{
color: #D69533;
}
.AnyTagClassName
{
color: #D69533;
}
</style>
background-color css
<style>
a { background-color: #D69533; }
a { background-color: rgb(214,149,51); }
div.DivClassName
{
background-color: #D69533;
}
.BgClassName
{
background-color: #D69533;
}
</style>
border-color css
<style>
span { border-color: #D69533; }
span { border-color: rgb(214,149,51); }
td.TdClassName
{
border-color: #D69533;
}
.TagClassName
{
border-color: #D69533;
}
</style>