Shades of Fuel Yellow #D2953D
Tints of Fuel Yellow #D2953D
RGB
CMYK
RGB Variations
Color information
#D2953D (or 0xD2953D) is known color: Fuel Yellow. HEX triplet: D2, 95 and 3D. RGB value is (210,149,61). Sum of RGB (Red+Green+Blue) = 210+149+61=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2953D is #2D6AC2. Grayscale: #9D9D9D. Windows color (decimal): -2976451 or 4036050. OLE color: 4036050.
HSL color Cylindrical-coordinate representation of color #D2953D: hue angle of 35.44º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2953D is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 61 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.18 |
| HSL | 35.44º | 0.62% | 0.53% | - |
| HSV(B) | 35.44º | 0.71% | 0.82% | - |
| XYZ | 38.17 | 35.53 | 9.26 | - |
| YUV | 157.21 | 73.71 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 61 | 0 | 0.29 | 0.71 | 0.18 | 35.44 | 0.62 | 0.53 |
| Hex | D2 | 95 | 3D | 0 | 1D | 47 | 12 | 23 | 3E | 35 |
| Octal | 322 | 225 | 75 | 0 | 35 | 107 | 22 | 43 | 76 | 65 |
| Binary | 11010010 | 10010101 | 111101 | 0 | 11101 | 1000111 | 10010 | 100011 | 111110 | 110101 |
Color Harmonies of #D2953D
Complementary color
Monochromatic Colors of #D2953D
Black with #D2953D
Text Example
Text Example
White with #D2953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2953D; }
p { color: rgb(210,149,61); }
H1.HeaderClassName
{
color: #D2953D;
}
.AnyTagClassName
{
color: #D2953D;
}
</style>
background-color css
<style>
a { background-color: #D2953D; }
a { background-color: rgb(210,149,61); }
div.DivClassName
{
background-color: #D2953D;
}
.BgClassName
{
background-color: #D2953D;
}
</style>
border-color css
<style>
span { border-color: #D2953D; }
span { border-color: rgb(210,149,61); }
td.TdClassName
{
border-color: #D2953D;
}
.TagClassName
{
border-color: #D2953D;
}
</style>