Shades of Fuel Yellow #D2923B
Tints of Fuel Yellow #D2923B
RGB
CMYK
RGB Variations
Color information
#D2923B (or 0xD2923B) is known color: Fuel Yellow. HEX triplet: D2, 92 and 3B. RGB value is (210,146,59). Sum of RGB (Red+Green+Blue) = 210+146+59=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2923B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2923B is #2D6DC4. Grayscale: #9B9B9B. Windows color (decimal): -2977221 or 3904210. OLE color: 3904210.
HSL color Cylindrical-coordinate representation of color #D2923B: hue angle of 34.57º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2923B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 59 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.18 |
| HSL | 34.57º | 0.63% | 0.53% | - |
| HSV(B) | 34.57º | 0.72% | 0.82% | - |
| XYZ | 37.65 | 34.58 | 8.83 | - |
| YUV | 155.22 | 73.7 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 59 | 0 | 0.30 | 0.72 | 0.18 | 34.57 | 0.63 | 0.53 |
| Hex | D2 | 92 | 3B | 0 | 1E | 48 | 12 | 23 | 3F | 35 |
| Octal | 322 | 222 | 73 | 0 | 36 | 110 | 22 | 43 | 77 | 65 |
| Binary | 11010010 | 10010010 | 111011 | 0 | 11110 | 1001000 | 10010 | 100011 | 111111 | 110101 |
Color Harmonies of #D2923B
Complementary color
Monochromatic Colors of #D2923B
Black with #D2923B
Text Example
Text Example
White with #D2923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2923B; }
p { color: rgb(210,146,59); }
H1.HeaderClassName
{
color: #D2923B;
}
.AnyTagClassName
{
color: #D2923B;
}
</style>
background-color css
<style>
a { background-color: #D2923B; }
a { background-color: rgb(210,146,59); }
div.DivClassName
{
background-color: #D2923B;
}
.BgClassName
{
background-color: #D2923B;
}
</style>
border-color css
<style>
span { border-color: #D2923B; }
span { border-color: rgb(210,146,59); }
td.TdClassName
{
border-color: #D2923B;
}
.TagClassName
{
border-color: #D2923B;
}
</style>