Shades of Fuel Yellow #CD9D3A
Tints of Fuel Yellow #CD9D3A
RGB
CMYK
RGB Variations
Color information
#CD9D3A (or 0xCD9D3A) is known color: Fuel Yellow. HEX triplet: CD, 9D and 3A. RGB value is (205,157,58). Sum of RGB (Red+Green+Blue) = 205+157+58=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9D3A is #3262C5. Grayscale: #A0A0A0. Windows color (decimal): -3302086 or 3841485. OLE color: 3841485.
HSL color Cylindrical-coordinate representation of color #CD9D3A: hue angle of 40.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD9D3A is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 157 | 58 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.20 |
| HSL | 40.41º | 0.6% | 0.52% | - |
| HSV(B) | 40.41º | 0.72% | 0.8% | - |
| XYZ | 38 | 37.4 | 9.22 | - |
| YUV | 160.07 | 70.4 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 157 | 58 | 0 | 0.23 | 0.72 | 0.20 | 40.41 | 0.6 | 0.52 |
| Hex | CD | 9D | 3A | 0 | 17 | 48 | 14 | 28 | 3C | 34 |
| Octal | 315 | 235 | 72 | 0 | 27 | 110 | 24 | 50 | 74 | 64 |
| Binary | 11001101 | 10011101 | 111010 | 0 | 10111 | 1001000 | 10100 | 101000 | 111100 | 110100 |
Color Harmonies of #CD9D3A
Complementary color
Monochromatic Colors of #CD9D3A
Black with #CD9D3A
Text Example
Text Example
White with #CD9D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9D3A; }
p { color: rgb(205,157,58); }
H1.HeaderClassName
{
color: #CD9D3A;
}
.AnyTagClassName
{
color: #CD9D3A;
}
</style>
background-color css
<style>
a { background-color: #CD9D3A; }
a { background-color: rgb(205,157,58); }
div.DivClassName
{
background-color: #CD9D3A;
}
.BgClassName
{
background-color: #CD9D3A;
}
</style>
border-color css
<style>
span { border-color: #CD9D3A; }
span { border-color: rgb(205,157,58); }
td.TdClassName
{
border-color: #CD9D3A;
}
.TagClassName
{
border-color: #CD9D3A;
}
</style>