Shades of Fuel Yellow #CD942C
Tints of Fuel Yellow #CD942C
RGB
CMYK
RGB Variations
Color information
#CD942C (or 0xCD942C) is known color: Fuel Yellow. HEX triplet: CD, 94 and 2C. RGB value is (205,148,44). Sum of RGB (Red+Green+Blue) = 205+148+44=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD942C is #326BD3. Grayscale: #999999. Windows color (decimal): -3304404 or 2921677. OLE color: 2921677.
HSL color Cylindrical-coordinate representation of color #CD942C: hue angle of 38.76º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD942C is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 148 | 44 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.20 |
| HSL | 38.76º | 0.65% | 0.49% | - |
| HSV(B) | 38.76º | 0.79% | 0.8% | - |
| XYZ | 36.22 | 34.34 | 7.1 | - |
| YUV | 153.19 | 66.38 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 148 | 44 | 0 | 0.28 | 0.79 | 0.20 | 38.76 | 0.65 | 0.49 |
| Hex | CD | 94 | 2C | 0 | 1C | 4F | 14 | 27 | 41 | 31 |
| Octal | 315 | 224 | 54 | 0 | 34 | 117 | 24 | 47 | 101 | 61 |
| Binary | 11001101 | 10010100 | 101100 | 0 | 11100 | 1001111 | 10100 | 100111 | 1000001 | 110001 |
Color Harmonies of #CD942C
Complementary color
Monochromatic Colors of #CD942C
Black with #CD942C
Text Example
Text Example
White with #CD942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD942C; }
p { color: rgb(205,148,44); }
H1.HeaderClassName
{
color: #CD942C;
}
.AnyTagClassName
{
color: #CD942C;
}
</style>
background-color css
<style>
a { background-color: #CD942C; }
a { background-color: rgb(205,148,44); }
div.DivClassName
{
background-color: #CD942C;
}
.BgClassName
{
background-color: #CD942C;
}
</style>
border-color css
<style>
span { border-color: #CD942C; }
span { border-color: rgb(205,148,44); }
td.TdClassName
{
border-color: #CD942C;
}
.TagClassName
{
border-color: #CD942C;
}
</style>