Shades of Fuel Yellow #D48A2D
Tints of Fuel Yellow #D48A2D
RGB
CMYK
RGB Variations
Color information
#D48A2D (or 0xD48A2D) is known color: Fuel Yellow. HEX triplet: D4, 8A and 2D. RGB value is (212,138,45). Sum of RGB (Red+Green+Blue) = 212+138+45=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A2D is #2B75D2. Grayscale: #959595. Windows color (decimal): -2848211 or 2984660. OLE color: 2984660.
HSL color Cylindrical-coordinate representation of color #D48A2D: hue angle of 33.41º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D48A2D is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 45 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.17 |
| HSL | 33.41º | 0.66% | 0.5% | - |
| HSV(B) | 33.41º | 0.79% | 0.83% | - |
| XYZ | 36.71 | 32.36 | 6.79 | - |
| YUV | 149.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 45 | 0 | 0.35 | 0.79 | 0.17 | 33.41 | 0.66 | 0.5 |
| Hex | D4 | 8A | 2D | 0 | 23 | 4F | 11 | 21 | 42 | 32 |
| Octal | 324 | 212 | 55 | 0 | 43 | 117 | 21 | 41 | 102 | 62 |
| Binary | 11010100 | 10001010 | 101101 | 0 | 100011 | 1001111 | 10001 | 100001 | 1000010 | 110010 |
Color Harmonies of #D48A2D
Complementary color
Monochromatic Colors of #D48A2D
Black with #D48A2D
Text Example
Text Example
White with #D48A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A2D; }
p { color: rgb(212,138,45); }
H1.HeaderClassName
{
color: #D48A2D;
}
.AnyTagClassName
{
color: #D48A2D;
}
</style>
background-color css
<style>
a { background-color: #D48A2D; }
a { background-color: rgb(212,138,45); }
div.DivClassName
{
background-color: #D48A2D;
}
.BgClassName
{
background-color: #D48A2D;
}
</style>
border-color css
<style>
span { border-color: #D48A2D; }
span { border-color: rgb(212,138,45); }
td.TdClassName
{
border-color: #D48A2D;
}
.TagClassName
{
border-color: #D48A2D;
}
</style>