Shades of Fuel Yellow #D2933D
Tints of Fuel Yellow #D2933D
RGB
CMYK
RGB Variations
Color information
#D2933D (or 0xD2933D) is known color: Fuel Yellow. HEX triplet: D2, 93 and 3D. RGB value is (210,147,61). Sum of RGB (Red+Green+Blue) = 210+147+61=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2933D is #2D6CC2. Grayscale: #9C9C9C. Windows color (decimal): -2976963 or 4035538. OLE color: 4035538.
HSL color Cylindrical-coordinate representation of color #D2933D: hue angle of 34.63º 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 #D2933D is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 61 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.18 |
| HSL | 34.63º | 0.62% | 0.53% | - |
| HSV(B) | 34.63º | 0.71% | 0.82% | - |
| XYZ | 37.85 | 34.91 | 9.16 | - |
| YUV | 156.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 61 | 0 | 0.30 | 0.71 | 0.18 | 34.63 | 0.62 | 0.53 |
| Hex | D2 | 93 | 3D | 0 | 1E | 47 | 12 | 23 | 3E | 35 |
| Octal | 322 | 223 | 75 | 0 | 36 | 107 | 22 | 43 | 76 | 65 |
| Binary | 11010010 | 10010011 | 111101 | 0 | 11110 | 1000111 | 10010 | 100011 | 111110 | 110101 |
Color Harmonies of #D2933D
Complementary color
Monochromatic Colors of #D2933D
Black with #D2933D
Text Example
Text Example
White with #D2933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2933D; }
p { color: rgb(210,147,61); }
H1.HeaderClassName
{
color: #D2933D;
}
.AnyTagClassName
{
color: #D2933D;
}
</style>
background-color css
<style>
a { background-color: #D2933D; }
a { background-color: rgb(210,147,61); }
div.DivClassName
{
background-color: #D2933D;
}
.BgClassName
{
background-color: #D2933D;
}
</style>
border-color css
<style>
span { border-color: #D2933D; }
span { border-color: rgb(210,147,61); }
td.TdClassName
{
border-color: #D2933D;
}
.TagClassName
{
border-color: #D2933D;
}
</style>