Shades of Fuel Yellow #D59D34
Tints of Fuel Yellow #D59D34
RGB
CMYK
RGB Variations
Color information
#D59D34 (or 0xD59D34) is known color: Fuel Yellow. HEX triplet: D5, 9D and 34. RGB value is (213,157,52). Sum of RGB (Red+Green+Blue) = 213+157+52=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D34 is #2A62CB. Grayscale: #A2A2A2. Windows color (decimal): -2777804 or 3448277. OLE color: 3448277.
HSL color Cylindrical-coordinate representation of color #D59D34: hue angle of 39.13º 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 #D59D34 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 52 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.16 |
| HSL | 39.13º | 0.66% | 0.52% | - |
| HSV(B) | 39.13º | 0.76% | 0.84% | - |
| XYZ | 40.12 | 38.51 | 8.57 | - |
| YUV | 161.77 | 66.05 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 52 | 0 | 0.26 | 0.76 | 0.16 | 39.13 | 0.66 | 0.52 |
| Hex | D5 | 9D | 34 | 0 | 1A | 4C | 10 | 27 | 42 | 34 |
| Octal | 325 | 235 | 64 | 0 | 32 | 114 | 20 | 47 | 102 | 64 |
| Binary | 11010101 | 10011101 | 110100 | 0 | 11010 | 1001100 | 10000 | 100111 | 1000010 | 110100 |
Color Harmonies of #D59D34
Complementary color
Monochromatic Colors of #D59D34
Black with #D59D34
Text Example
Text Example
White with #D59D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D34; }
p { color: rgb(213,157,52); }
H1.HeaderClassName
{
color: #D59D34;
}
.AnyTagClassName
{
color: #D59D34;
}
</style>
background-color css
<style>
a { background-color: #D59D34; }
a { background-color: rgb(213,157,52); }
div.DivClassName
{
background-color: #D59D34;
}
.BgClassName
{
background-color: #D59D34;
}
</style>
border-color css
<style>
span { border-color: #D59D34; }
span { border-color: rgb(213,157,52); }
td.TdClassName
{
border-color: #D59D34;
}
.TagClassName
{
border-color: #D59D34;
}
</style>