Shades of Fuel Yellow #D3993C
Tints of Fuel Yellow #D3993C
RGB
CMYK
RGB Variations
Color information
#D3993C (or 0xD3993C) is known color: Fuel Yellow. HEX triplet: D3, 99 and 3C. RGB value is (211,153,60). Sum of RGB (Red+Green+Blue) = 211+153+60=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3993C is #2C66C3. Grayscale: #A0A0A0. Windows color (decimal): -2909892 or 3971539. OLE color: 3971539.
HSL color Cylindrical-coordinate representation of color #D3993C: hue angle of 36.95º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3993C is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 60 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.17 |
| HSL | 36.95º | 0.63% | 0.53% | - |
| HSV(B) | 36.95º | 0.72% | 0.83% | - |
| XYZ | 39.07 | 36.96 | 9.35 | - |
| YUV | 159.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 60 | 0 | 0.27 | 0.72 | 0.17 | 36.95 | 0.63 | 0.53 |
| Hex | D3 | 99 | 3C | 0 | 1B | 48 | 11 | 25 | 3F | 35 |
| Octal | 323 | 231 | 74 | 0 | 33 | 110 | 21 | 45 | 77 | 65 |
| Binary | 11010011 | 10011001 | 111100 | 0 | 11011 | 1001000 | 10001 | 100101 | 111111 | 110101 |
Color Harmonies of #D3993C
Complementary color
Monochromatic Colors of #D3993C
Black with #D3993C
Text Example
Text Example
White with #D3993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3993C; }
p { color: rgb(211,153,60); }
H1.HeaderClassName
{
color: #D3993C;
}
.AnyTagClassName
{
color: #D3993C;
}
</style>
background-color css
<style>
a { background-color: #D3993C; }
a { background-color: rgb(211,153,60); }
div.DivClassName
{
background-color: #D3993C;
}
.BgClassName
{
background-color: #D3993C;
}
</style>
border-color css
<style>
span { border-color: #D3993C; }
span { border-color: rgb(211,153,60); }
td.TdClassName
{
border-color: #D3993C;
}
.TagClassName
{
border-color: #D3993C;
}
</style>