Shades of Fuel Yellow #CD9D3B
Tints of Fuel Yellow #CD9D3B
RGB
CMYK
RGB Variations
Color information
#CD9D3B (or 0xCD9D3B) is known color: Fuel Yellow. HEX triplet: CD, 9D and 3B. RGB value is (205,157,59). Sum of RGB (Red+Green+Blue) = 205+157+59=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9D3B is #3262C4. Grayscale: #A0A0A0. Windows color (decimal): -3302085 or 3907021. OLE color: 3907021.
HSL color Cylindrical-coordinate representation of color #CD9D3B: hue angle of 40.27º 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 #CD9D3B is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 157 | 59 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.20 |
| HSL | 40.27º | 0.59% | 0.52% | - |
| HSV(B) | 40.27º | 0.71% | 0.8% | - |
| XYZ | 38.02 | 37.41 | 9.35 | - |
| YUV | 160.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 157 | 59 | 0 | 0.23 | 0.71 | 0.20 | 40.27 | 0.59 | 0.52 |
| Hex | CD | 9D | 3B | 0 | 17 | 47 | 14 | 28 | 3B | 34 |
| Octal | 315 | 235 | 73 | 0 | 27 | 107 | 24 | 50 | 73 | 64 |
| Binary | 11001101 | 10011101 | 111011 | 0 | 10111 | 1000111 | 10100 | 101000 | 111011 | 110100 |
Color Harmonies of #CD9D3B
Complementary color
Monochromatic Colors of #CD9D3B
Black with #CD9D3B
Text Example
Text Example
White with #CD9D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9D3B; }
p { color: rgb(205,157,59); }
H1.HeaderClassName
{
color: #CD9D3B;
}
.AnyTagClassName
{
color: #CD9D3B;
}
</style>
background-color css
<style>
a { background-color: #CD9D3B; }
a { background-color: rgb(205,157,59); }
div.DivClassName
{
background-color: #CD9D3B;
}
.BgClassName
{
background-color: #CD9D3B;
}
</style>
border-color css
<style>
span { border-color: #CD9D3B; }
span { border-color: rgb(205,157,59); }
td.TdClassName
{
border-color: #CD9D3B;
}
.TagClassName
{
border-color: #CD9D3B;
}
</style>