Shades of Fuel Yellow #D4913D
Tints of Fuel Yellow #D4913D
RGB
CMYK
RGB Variations
Color information
#D4913D (or 0xD4913D) is known color: Fuel Yellow. HEX triplet: D4, 91 and 3D. RGB value is (212,145,61). Sum of RGB (Red+Green+Blue) = 212+145+61=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4913D is #2B6EC2. Grayscale: #9B9B9B. Windows color (decimal): -2846403 or 4035028. OLE color: 4035028.
HSL color Cylindrical-coordinate representation of color #D4913D: hue angle of 33.38º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4913D is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 61 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.17 |
| HSL | 33.38º | 0.64% | 0.54% | - |
| HSV(B) | 33.38º | 0.71% | 0.83% | - |
| XYZ | 38.12 | 34.58 | 9.08 | - |
| YUV | 155.46 | 74.7 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 61 | 0 | 0.32 | 0.71 | 0.17 | 33.38 | 0.64 | 0.54 |
| Hex | D4 | 91 | 3D | 0 | 20 | 47 | 11 | 21 | 40 | 36 |
| Octal | 324 | 221 | 75 | 0 | 40 | 107 | 21 | 41 | 100 | 66 |
| Binary | 11010100 | 10010001 | 111101 | 0 | 100000 | 1000111 | 10001 | 100001 | 1000000 | 110110 |
Color Harmonies of #D4913D
Complementary color
Monochromatic Colors of #D4913D
Black with #D4913D
Text Example
Text Example
White with #D4913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4913D; }
p { color: rgb(212,145,61); }
H1.HeaderClassName
{
color: #D4913D;
}
.AnyTagClassName
{
color: #D4913D;
}
</style>
background-color css
<style>
a { background-color: #D4913D; }
a { background-color: rgb(212,145,61); }
div.DivClassName
{
background-color: #D4913D;
}
.BgClassName
{
background-color: #D4913D;
}
</style>
border-color css
<style>
span { border-color: #D4913D; }
span { border-color: rgb(212,145,61); }
td.TdClassName
{
border-color: #D4913D;
}
.TagClassName
{
border-color: #D4913D;
}
</style>