Shades of Fuel Yellow #D2923D
Tints of Fuel Yellow #D2923D
RGB
CMYK
RGB Variations
Color information
#D2923D (or 0xD2923D) is known color: Fuel Yellow. HEX triplet: D2, 92 and 3D. RGB value is (210,146,61). Sum of RGB (Red+Green+Blue) = 210+146+61=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2923D is #2D6DC2. Grayscale: #9B9B9B. Windows color (decimal): -2977219 or 4035282. OLE color: 4035282.
HSL color Cylindrical-coordinate representation of color #D2923D: hue angle of 34.23º 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 #D2923D is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 61 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.18 |
| HSL | 34.23º | 0.62% | 0.53% | - |
| HSV(B) | 34.23º | 0.71% | 0.82% | - |
| XYZ | 37.7 | 34.6 | 9.11 | - |
| YUV | 155.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 61 | 0 | 0.30 | 0.71 | 0.18 | 34.23 | 0.62 | 0.53 |
| Hex | D2 | 92 | 3D | 0 | 1E | 47 | 12 | 22 | 3E | 35 |
| Octal | 322 | 222 | 75 | 0 | 36 | 107 | 22 | 42 | 76 | 65 |
| Binary | 11010010 | 10010010 | 111101 | 0 | 11110 | 1000111 | 10010 | 100010 | 111110 | 110101 |
Color Harmonies of #D2923D
Complementary color
Monochromatic Colors of #D2923D
Black with #D2923D
Text Example
Text Example
White with #D2923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2923D; }
p { color: rgb(210,146,61); }
H1.HeaderClassName
{
color: #D2923D;
}
.AnyTagClassName
{
color: #D2923D;
}
</style>
background-color css
<style>
a { background-color: #D2923D; }
a { background-color: rgb(210,146,61); }
div.DivClassName
{
background-color: #D2923D;
}
.BgClassName
{
background-color: #D2923D;
}
</style>
border-color css
<style>
span { border-color: #D2923D; }
span { border-color: rgb(210,146,61); }
td.TdClassName
{
border-color: #D2923D;
}
.TagClassName
{
border-color: #D2923D;
}
</style>