Shades of Fuel Yellow #CD8C2C
Tints of Fuel Yellow #CD8C2C
RGB
CMYK
RGB Variations
Color information
#CD8C2C (or 0xCD8C2C) is known color: Fuel Yellow. HEX triplet: CD, 8C and 2C. RGB value is (205,140,44). Sum of RGB (Red+Green+Blue) = 205+140+44=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8C2C is #3273D3. Grayscale: #949494. Windows color (decimal): -3306452 or 2919629. OLE color: 2919629.
HSL color Cylindrical-coordinate representation of color #CD8C2C: hue angle of 35.78º 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 #CD8C2C is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 44 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.20 |
| HSL | 35.78º | 0.65% | 0.49% | - |
| HSV(B) | 35.78º | 0.79% | 0.8% | - |
| XYZ | 35.01 | 31.92 | 6.7 | - |
| YUV | 148.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 44 | 0 | 0.32 | 0.79 | 0.20 | 35.78 | 0.65 | 0.49 |
| Hex | CD | 8C | 2C | 0 | 20 | 4F | 14 | 24 | 41 | 31 |
| Octal | 315 | 214 | 54 | 0 | 40 | 117 | 24 | 44 | 101 | 61 |
| Binary | 11001101 | 10001100 | 101100 | 0 | 100000 | 1001111 | 10100 | 100100 | 1000001 | 110001 |
Color Harmonies of #CD8C2C
Complementary color
Monochromatic Colors of #CD8C2C
Black with #CD8C2C
Text Example
Text Example
White with #CD8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C2C; }
p { color: rgb(205,140,44); }
H1.HeaderClassName
{
color: #CD8C2C;
}
.AnyTagClassName
{
color: #CD8C2C;
}
</style>
background-color css
<style>
a { background-color: #CD8C2C; }
a { background-color: rgb(205,140,44); }
div.DivClassName
{
background-color: #CD8C2C;
}
.BgClassName
{
background-color: #CD8C2C;
}
</style>
border-color css
<style>
span { border-color: #CD8C2C; }
span { border-color: rgb(205,140,44); }
td.TdClassName
{
border-color: #CD8C2C;
}
.TagClassName
{
border-color: #CD8C2C;
}
</style>