Shades of Fuel Yellow #CC8B2D
Tints of Fuel Yellow #CC8B2D
RGB
CMYK
RGB Variations
Color information
#CC8B2D (or 0xCC8B2D) is known color: Fuel Yellow. HEX triplet: CC, 8B and 2D. RGB value is (204,139,45). Sum of RGB (Red+Green+Blue) = 204+139+45=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B2D is #3374D2. Grayscale: #949494. Windows color (decimal): -3372243 or 2984908. OLE color: 2984908.
HSL color Cylindrical-coordinate representation of color #CC8B2D: hue angle of 35.47º 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 #CC8B2D is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 45 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.2 |
| HSL | 35.47º | 0.64% | 0.49% | - |
| HSV(B) | 35.47º | 0.78% | 0.8% | - |
| XYZ | 34.61 | 31.49 | 6.74 | - |
| YUV | 147.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 45 | 0 | 0.32 | 0.78 | 0.2 | 35.47 | 0.64 | 0.49 |
| Hex | CC | 8B | 2D | 0 | 20 | 4E | 14 | 23 | 40 | 31 |
| Octal | 314 | 213 | 55 | 0 | 40 | 116 | 24 | 43 | 100 | 61 |
| Binary | 11001100 | 10001011 | 101101 | 0 | 100000 | 1001110 | 10100 | 100011 | 1000000 | 110001 |
Color Harmonies of #CC8B2D
Complementary color
Monochromatic Colors of #CC8B2D
Black with #CC8B2D
Text Example
Text Example
White with #CC8B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B2D; }
p { color: rgb(204,139,45); }
H1.HeaderClassName
{
color: #CC8B2D;
}
.AnyTagClassName
{
color: #CC8B2D;
}
</style>
background-color css
<style>
a { background-color: #CC8B2D; }
a { background-color: rgb(204,139,45); }
div.DivClassName
{
background-color: #CC8B2D;
}
.BgClassName
{
background-color: #CC8B2D;
}
</style>
border-color css
<style>
span { border-color: #CC8B2D; }
span { border-color: rgb(204,139,45); }
td.TdClassName
{
border-color: #CC8B2D;
}
.TagClassName
{
border-color: #CC8B2D;
}
</style>