Shades of Fuel Yellow #CD9E3C
Tints of Fuel Yellow #CD9E3C
RGB
CMYK
RGB Variations
Color information
#CD9E3C (or 0xCD9E3C) is known color: Fuel Yellow. HEX triplet: CD, 9E and 3C. RGB value is (205,158,60). Sum of RGB (Red+Green+Blue) = 205+158+60=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9E3C is #3261C3. Grayscale: #A1A1A1. Windows color (decimal): -3301828 or 3972813. OLE color: 3972813.
HSL color Cylindrical-coordinate representation of color #CD9E3C: hue angle of 40.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD9E3C is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 60 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.20 |
| HSL | 40.55º | 0.59% | 0.52% | - |
| HSV(B) | 40.55º | 0.71% | 0.8% | - |
| XYZ | 38.22 | 37.76 | 9.55 | - |
| YUV | 160.88 | 71.07 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 60 | 0 | 0.23 | 0.71 | 0.20 | 40.55 | 0.59 | 0.52 |
| Hex | CD | 9E | 3C | 0 | 17 | 47 | 14 | 29 | 3B | 34 |
| Octal | 315 | 236 | 74 | 0 | 27 | 107 | 24 | 51 | 73 | 64 |
| Binary | 11001101 | 10011110 | 111100 | 0 | 10111 | 1000111 | 10100 | 101001 | 111011 | 110100 |
Color Harmonies of #CD9E3C
Complementary color
Monochromatic Colors of #CD9E3C
Black with #CD9E3C
Text Example
Text Example
White with #CD9E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9E3C; }
p { color: rgb(205,158,60); }
H1.HeaderClassName
{
color: #CD9E3C;
}
.AnyTagClassName
{
color: #CD9E3C;
}
</style>
background-color css
<style>
a { background-color: #CD9E3C; }
a { background-color: rgb(205,158,60); }
div.DivClassName
{
background-color: #CD9E3C;
}
.BgClassName
{
background-color: #CD9E3C;
}
</style>
border-color css
<style>
span { border-color: #CD9E3C; }
span { border-color: rgb(205,158,60); }
td.TdClassName
{
border-color: #CD9E3C;
}
.TagClassName
{
border-color: #CD9E3C;
}
</style>