#CB9A2E

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

Shades of Fuel Yellow #CB9A2E

Tints of Fuel Yellow #CB9A2E

Color information

#CB9A2E (or 0xCB9A2E) is unknown color: approx Fuel Yellow. HEX triplet: CB, 9A and 2E. RGB value is (203,154,46). Sum of RGB (Red+Green+Blue) = 203+154+46=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9A2E is #3465D1. Grayscale: #9C9C9C. Windows color (decimal): -3433938 or 3054283. OLE color: 3054283.

HSL color Cylindrical-coordinate representation of color #CB9A2E: hue angle of 41.27º 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 #CB9A2E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20315446-
CMYK00.240.770.20
HSL41.27º63.05%48.82%-
HSV(B)41.27º77.34%79.61%-
XYZ36.68367.6-
YUV156.3465.73161.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 46 (18.36% from 255) = 11.41%
R=50.37%
G=38.21%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031544600.240.770.2041.2763.0548.82
HexCB9A2E0184D14293f31
Octal3132325603011524517761
Binary1100101110011010101110011000100110110100101001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A2E; }

 p { color: rgb(203,154,46); }

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

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

 a { background-color: rgb(203,154,46); }

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

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

 span { border-color: rgb(203,154,46); }

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