Shades of Fuel Yellow #CD8C2E
Tints of Fuel Yellow #CD8C2E
RGB
CMYK
RGB Variations
Color information
#CD8C2E (or 0xCD8C2E) is known color: Fuel Yellow. HEX triplet: CD, 8C and 2E. RGB value is (205,140,46). Sum of RGB (Red+Green+Blue) = 205+140+46=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C2E is #3273D1. Grayscale: #959595. Windows color (decimal): -3306450 or 3050701. OLE color: 3050701.
HSL color Cylindrical-coordinate representation of color #CD8C2E: hue angle of 35.47º degrees, saturation: 0.63, 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 #CD8C2E is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 46 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.20 |
| HSL | 35.47º | 0.63% | 0.49% | - |
| HSV(B) | 35.47º | 0.78% | 0.8% | - |
| XYZ | 35.05 | 31.93 | 6.9 | - |
| YUV | 148.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 46 | 0 | 0.32 | 0.78 | 0.20 | 35.47 | 0.63 | 0.49 |
| Hex | CD | 8C | 2E | 0 | 20 | 4E | 14 | 23 | 3F | 31 |
| Octal | 315 | 214 | 56 | 0 | 40 | 116 | 24 | 43 | 77 | 61 |
| Binary | 11001101 | 10001100 | 101110 | 0 | 100000 | 1001110 | 10100 | 100011 | 111111 | 110001 |
Color Harmonies of #CD8C2E
Complementary color
Monochromatic Colors of #CD8C2E
Black with #CD8C2E
Text Example
Text Example
White with #CD8C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C2E; }
p { color: rgb(205,140,46); }
H1.HeaderClassName
{
color: #CD8C2E;
}
.AnyTagClassName
{
color: #CD8C2E;
}
</style>
background-color css
<style>
a { background-color: #CD8C2E; }
a { background-color: rgb(205,140,46); }
div.DivClassName
{
background-color: #CD8C2E;
}
.BgClassName
{
background-color: #CD8C2E;
}
</style>
border-color css
<style>
span { border-color: #CD8C2E; }
span { border-color: rgb(205,140,46); }
td.TdClassName
{
border-color: #CD8C2E;
}
.TagClassName
{
border-color: #CD8C2E;
}
</style>