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