Shades of Fuel Yellow #CD902D
Tints of Fuel Yellow #CD902D
RGB
CMYK
RGB Variations
Color information
#CD902D (or 0xCD902D) is known color: Fuel Yellow. HEX triplet: CD, 90 and 2D. RGB value is (205,144,45). Sum of RGB (Red+Green+Blue) = 205+144+45=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD902D is #326FD2. Grayscale: #979797. Windows color (decimal): -3305427 or 2986189. OLE color: 2986189.
HSL color Cylindrical-coordinate representation of color #CD902D: hue angle of 37.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD902D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 45 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.20 |
| HSL | 37.13º | 0.64% | 0.49% | - |
| HSV(B) | 37.13º | 0.78% | 0.8% | - |
| XYZ | 35.62 | 33.12 | 7 | - |
| YUV | 150.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 45 | 0 | 0.30 | 0.78 | 0.20 | 37.13 | 0.64 | 0.49 |
| Hex | CD | 90 | 2D | 0 | 1E | 4E | 14 | 25 | 40 | 31 |
| Octal | 315 | 220 | 55 | 0 | 36 | 116 | 24 | 45 | 100 | 61 |
| Binary | 11001101 | 10010000 | 101101 | 0 | 11110 | 1001110 | 10100 | 100101 | 1000000 | 110001 |
Color Harmonies of #CD902D
Complementary color
Monochromatic Colors of #CD902D
Black with #CD902D
Text Example
Text Example
White with #CD902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD902D; }
p { color: rgb(205,144,45); }
H1.HeaderClassName
{
color: #CD902D;
}
.AnyTagClassName
{
color: #CD902D;
}
</style>
background-color css
<style>
a { background-color: #CD902D; }
a { background-color: rgb(205,144,45); }
div.DivClassName
{
background-color: #CD902D;
}
.BgClassName
{
background-color: #CD902D;
}
</style>
border-color css
<style>
span { border-color: #CD902D; }
span { border-color: rgb(205,144,45); }
td.TdClassName
{
border-color: #CD902D;
}
.TagClassName
{
border-color: #CD902D;
}
</style>