Shades of Fuel Yellow #D4963D
Tints of Fuel Yellow #D4963D
RGB
CMYK
RGB Variations
Color information
#D4963D (or 0xD4963D) is known color: Fuel Yellow. HEX triplet: D4, 96 and 3D. RGB value is (212,150,61). Sum of RGB (Red+Green+Blue) = 212+150+61=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4963D is #2B69C2. Grayscale: #9E9E9E. Windows color (decimal): -2845123 or 4036308. OLE color: 4036308.
HSL color Cylindrical-coordinate representation of color #D4963D: hue angle of 35.36º 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 #D4963D is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 61 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.17 |
| HSL | 35.36º | 0.64% | 0.54% | - |
| HSV(B) | 35.36º | 0.71% | 0.83% | - |
| XYZ | 38.9 | 36.15 | 9.34 | - |
| YUV | 158.39 | 73.04 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 61 | 0 | 0.29 | 0.71 | 0.17 | 35.36 | 0.64 | 0.54 |
| Hex | D4 | 96 | 3D | 0 | 1D | 47 | 11 | 23 | 40 | 36 |
| Octal | 324 | 226 | 75 | 0 | 35 | 107 | 21 | 43 | 100 | 66 |
| Binary | 11010100 | 10010110 | 111101 | 0 | 11101 | 1000111 | 10001 | 100011 | 1000000 | 110110 |
Color Harmonies of #D4963D
Complementary color
Monochromatic Colors of #D4963D
Black with #D4963D
Text Example
Text Example
White with #D4963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4963D; }
p { color: rgb(212,150,61); }
H1.HeaderClassName
{
color: #D4963D;
}
.AnyTagClassName
{
color: #D4963D;
}
</style>
background-color css
<style>
a { background-color: #D4963D; }
a { background-color: rgb(212,150,61); }
div.DivClassName
{
background-color: #D4963D;
}
.BgClassName
{
background-color: #D4963D;
}
</style>
border-color css
<style>
span { border-color: #D4963D; }
span { border-color: rgb(212,150,61); }
td.TdClassName
{
border-color: #D4963D;
}
.TagClassName
{
border-color: #D4963D;
}
</style>