#CC8B2E

Color #CC8B2E Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CC8B2E

Tints of Fuel Yellow #CC8B2E

Color information

#CC8B2E (or 0xCC8B2E) is unknown color: approx Fuel Yellow. HEX triplet: CC, 8B and 2E. RGB value is (204,139,46). Sum of RGB (Red+Green+Blue) = 204+139+46=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B2E is #3374D1. Grayscale: #949494. Windows color (decimal): -3372242 or 3050444. OLE color: 3050444.

HSL color Cylindrical-coordinate representation of color #CC8B2E: hue angle of 35.32º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC8B2E is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB20413946-
CMYK00.320.770.2
HSL35.32º63.2%49.02%-
HSV(B)35.32º77.45%80%-
XYZ34.6331.56.84-
YUV147.8370.53168.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 46 (18.36% from 255) = 11.83%
R=52.44%
G=35.73%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041394600.320.770.235.3263.249.02
HexCC8B2E0204D14233f31
Octal3142135604011524437761
Binary11001100100010111011100100000100110110100100011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B2E; }

 p { color: rgb(204,139,46); }

 H1.HeaderClassName
 {
   color: #CC8B2E;
 }
 .AnyTagClassName
 {
   color: #CC8B2E;
 }
</style>
background-color css

<style>
 a { background-color: #CC8B2E; }

 a { background-color: rgb(204,139,46); }

 div.DivClassName
 {
   background-color: #CC8B2E;
 }
 .BgClassName
 {
   background-color: #CC8B2E;
 }
</style>
border-color css

<style>
 span { border-color: #CC8B2E; }

 span { border-color: rgb(204,139,46); }

 td.TdClassName
 {
   border-color: #CC8B2E;
 }
 .TagClassName
 {
   border-color: #CC8B2E;
 }
</style>