Shades of Fuel Yellow #D59A33
Tints of Fuel Yellow #D59A33
RGB
CMYK
RGB Variations
Color information
#D59A33 (or 0xD59A33) is known color: Fuel Yellow. HEX triplet: D5, 9A and 33. RGB value is (213,154,51). Sum of RGB (Red+Green+Blue) = 213+154+51=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A33 is #2A65CC. Grayscale: #A0A0A0. Windows color (decimal): -2778573 or 3381973. OLE color: 3381973.
HSL color Cylindrical-coordinate representation of color #D59A33: hue angle of 38.15º degrees, saturation: 0.66, 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 #D59A33 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 51 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.16 |
| HSL | 38.15º | 0.66% | 0.52% | - |
| HSV(B) | 38.15º | 0.76% | 0.84% | - |
| XYZ | 39.59 | 37.5 | 8.28 | - |
| YUV | 159.9 | 66.55 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 51 | 0 | 0.28 | 0.76 | 0.16 | 38.15 | 0.66 | 0.52 |
| Hex | D5 | 9A | 33 | 0 | 1C | 4C | 10 | 26 | 42 | 34 |
| Octal | 325 | 232 | 63 | 0 | 34 | 114 | 20 | 46 | 102 | 64 |
| Binary | 11010101 | 10011010 | 110011 | 0 | 11100 | 1001100 | 10000 | 100110 | 1000010 | 110100 |
Color Harmonies of #D59A33
Complementary color
Monochromatic Colors of #D59A33
Black with #D59A33
Text Example
Text Example
White with #D59A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A33; }
p { color: rgb(213,154,51); }
H1.HeaderClassName
{
color: #D59A33;
}
.AnyTagClassName
{
color: #D59A33;
}
</style>
background-color css
<style>
a { background-color: #D59A33; }
a { background-color: rgb(213,154,51); }
div.DivClassName
{
background-color: #D59A33;
}
.BgClassName
{
background-color: #D59A33;
}
</style>
border-color css
<style>
span { border-color: #D59A33; }
span { border-color: rgb(213,154,51); }
td.TdClassName
{
border-color: #D59A33;
}
.TagClassName
{
border-color: #D59A33;
}
</style>