Shades of Fuel Yellow #CD992D
Tints of Fuel Yellow #CD992D
RGB
CMYK
RGB Variations
Color information
#CD992D (or 0xCD992D) is known color: Fuel Yellow. HEX triplet: CD, 99 and 2D. RGB value is (205,153,45). Sum of RGB (Red+Green+Blue) = 205+153+45=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD992D is #3266D2. Grayscale: #9C9C9C. Windows color (decimal): -3303123 or 2988493. OLE color: 2988493.
HSL color Cylindrical-coordinate representation of color #CD992D: hue angle of 40.5º degrees, saturation: 0.64, 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 #CD992D is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 45 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.20 |
| HSL | 40.5º | 0.64% | 0.49% | - |
| HSV(B) | 40.5º | 0.78% | 0.8% | - |
| XYZ | 37.04 | 35.95 | 7.47 | - |
| YUV | 156.24 | 65.23 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 45 | 0 | 0.25 | 0.78 | 0.20 | 40.5 | 0.64 | 0.49 |
| Hex | CD | 99 | 2D | 0 | 19 | 4E | 14 | 28 | 40 | 31 |
| Octal | 315 | 231 | 55 | 0 | 31 | 116 | 24 | 50 | 100 | 61 |
| Binary | 11001101 | 10011001 | 101101 | 0 | 11001 | 1001110 | 10100 | 101000 | 1000000 | 110001 |
Color Harmonies of #CD992D
Complementary color
Monochromatic Colors of #CD992D
Black with #CD992D
Text Example
Text Example
White with #CD992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD992D; }
p { color: rgb(205,153,45); }
H1.HeaderClassName
{
color: #CD992D;
}
.AnyTagClassName
{
color: #CD992D;
}
</style>
background-color css
<style>
a { background-color: #CD992D; }
a { background-color: rgb(205,153,45); }
div.DivClassName
{
background-color: #CD992D;
}
.BgClassName
{
background-color: #CD992D;
}
</style>
border-color css
<style>
span { border-color: #CD992D; }
span { border-color: rgb(205,153,45); }
td.TdClassName
{
border-color: #CD992D;
}
.TagClassName
{
border-color: #CD992D;
}
</style>